updated bep files to use /boot/common

This commit is contained in:
Scott McCreary
2008-08-21 06:33:56 +00:00
parent 5091a695e9
commit 6a91ff0158
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ STATUS_HAIKU="untested"
DEPEND="" DEPEND=""
BUILD { BUILD {
cd gzip-1.2.4a cd gzip-1.2.4a
./configure --prefix=/boot/home/config ./configure --prefix=/boot/common
make make
} }

View File

@@ -8,7 +8,7 @@ STATUS_HAIKU="untested"
DEPEND="" DEPEND=""
BUILD { BUILD {
cd gzip-1.3.12 cd gzip-1.3.12
./configure --prefix=/boot/home/config ./configure --prefix=/boot/common
make make
} }