Add workaround to tar-1.22 bep file to avoid creating empty directories during install.

This commit is contained in:
Chris Roberts
2010-04-22 07:16:05 +00:00
parent 5f0e6d4dea
commit 5493f6b5f2

View File

@@ -7,7 +7,7 @@ STATUS_HAIKU="stable"
DEPEND="" DEPEND=""
BUILD { BUILD {
cd tar-1.22 cd tar-1.22
./configure --prefix=/boot/common ./configure --prefix=/boot/common --sbindir=/boot/common/bin --libexecdir=/boot/common/bin
make make
} }