Partially cleaned up git's directories.

This commit is contained in:
Scott McCreary
2011-03-15 07:10:12 +00:00
parent 448bb2275b
commit c7f9754104

View File

@@ -12,8 +12,16 @@ BUILD {
sed -i 's/lgen/ /' configure
sed -i 's/-lgen/ /' Makefile
CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \
./configure --prefix=/boot/common --with-editor=nano --enable-pthreads \
--with-perl=/boot/common/bin/perl --with-python=/boot/common/bin/python --without-tcltk
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY` \
--libexecdir=`finddir B_COMMON_SERVERS_DIRECTORY` \
sharedir=`finddir B_COMMON_DATA_DIRECTORY` \
--with-editor=nano \
--enable-pthreads \
--with-perl=/boot/common/bin/perl \
--with-python=/boot/common/bin/python \
--without-tcltk
make strip
}