mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Changed several calls for /boot/common/bin to use finddir.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user