From 8f03be7f6167ce7429d30b11d545928fb4e5d618 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 23 Feb 2011 16:34:53 +0000 Subject: [PATCH] Fixed the cp line in the gettext-0.18.1.1-dev bep file. This may need more work, still testing. --- sys-devel/gettext/gettext-0.18.1.1-dev.bep | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-devel/gettext/gettext-0.18.1.1-dev.bep b/sys-devel/gettext/gettext-0.18.1.1-dev.bep index 7bb33fac4..415149312 100644 --- a/sys-devel/gettext/gettext-0.18.1.1-dev.bep +++ b/sys-devel/gettext/gettext-0.18.1.1-dev.bep @@ -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 ..