Changed several calls for /boot/common/bin to use finddir.

This commit is contained in:
Scott McCreary
2011-04-26 00:18:55 +00:00
parent d54455e897
commit 6587bb71c1
28 changed files with 43 additions and 40 deletions

View File

@@ -19,8 +19,8 @@ BUILD {
sharedir=`finddir B_COMMON_DATA_DIRECTORY` \
--with-editor=nano \
--enable-pthreads \
--with-perl=/boot/common/bin/perl \
--with-python=/boot/common/bin/python \
--with-perl=`finddir B_COMMON_BIN_DIRECTORY`/perl \
--with-python=`finddir B_COMMON_BIN_DIRECTORY`/python \
--without-tcltk
make strip
}