Hi guys,
Building FreeType2 on my VMWare box and saw an extra command that I
didn't notice before:
"make install &&
cp builds/unix/freetype-config /usr/bin"
Is this actually required? Here's a snippet out of my script:
./configure --prefix=/usr --enable-freetype-config
--disable-static &&
make &&
echo "BLFS Start INSTALL" &&
$SUDO make DESTDIR=$DEST install &&
$SUDO install -v -m755 -d $DEST/usr/share/doc/freetype-${VERSION} &&
$SUDO cp -v -R docs/* $DEST/usr/share/doc/freetype-${VERSION}
}
} 2>&1 | tee -a $LOG
Here's a grep in /usr/bin for freetype:
renodr [ /sources ]$ ls /usr/bin | grep freetype
freetype-config
Is this command actually required, or should we remove it?
- Doug
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page