mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Changed several calls for /boot/common/bin to use finddir.
This commit is contained in:
@@ -21,7 +21,7 @@ BUILD {
|
||||
INSTALL {
|
||||
cd graphviz-2.24.0
|
||||
make install
|
||||
cd /boot/common/bin
|
||||
cd `finddir B_COMMON_BIN_DIRECTORY`
|
||||
ln -s dot_static dot
|
||||
}
|
||||
LICENSE="CPL v1.0"
|
||||
|
||||
@@ -12,7 +12,7 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd pngcrush-1.7.6-nolib
|
||||
cp -a -f pngcrush /boot/common/bin
|
||||
cp -a -f pngcrush `finddir B_COMMON_BIN_DIRECTORY`
|
||||
}
|
||||
LICENSE="LibPNG"
|
||||
COPYRIGHT="1998-2009 Glenn Randers-Pehrson
|
||||
|
||||
Reference in New Issue
Block a user