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:
Scott McCreary
2011-02-23 16:34:53 +00:00
parent 0644a9af16
commit 8f03be7f61

View File

@@ -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 ..