mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Fixed the cp line in the gettext-0.18.1.1-dev bep file. This may need
more work, still testing.
This commit is contained in:
@@ -6,8 +6,9 @@ REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd gettext-0.18.1.1/gettext-tools
|
||||
cp -a ../build-aux/. build-aux/.
|
||||
cd gettext-0.18.1.1
|
||||
cp -a build-aux gettext-tools/
|
||||
cd gettext-tools
|
||||
echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.ac
|
||||
libtoolize --force --copy --install
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user