# HG changeset patch # User Christopher Rogers # Date 1294574830 0 # Node ID 58b03979b9da105d1aa25247c3237e2e1e91eb91 # Parent f05cb4af3af055c92e519fd67129ea015e9d57c5 Added DESTDIR=PWD/_pkg to acl. Needed for it to make packages. diff -r f05cb4af3af0 -r 58b03979b9da acl/receipt --- a/acl/receipt Sun Jan 09 12:03:10 2011 +0000 +++ b/acl/receipt Sun Jan 09 12:07:10 2011 +0000 @@ -40,7 +40,7 @@ # Configure is included in Makefile { make LOCAL_CONFIGURE_OPTIONS="$CONFIGURE_ARGS" && - make install install-lib install-dev + make install install-lib install-dev DESTDIR=$PWD/_pkg } || { mv -f /bin/sh.bak /bin/sh; return 1; } mv -f /bin/sh.bak /bin/sh