diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-05 22:32:34 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-05 22:32:34 +0000 |
commit | 68c4f77ab1bab9c54e8f36ba068acd62ce7fd76f (patch) | |
tree | adee16d638dcfc6c247550ceba8c1564d4f52379 /meta-pkgs | |
parent | 22b9649f16ed715d1a9f65358745ad0d8ee5f813 (diff) | |
download | pkgsrc-68c4f77ab1bab9c54e8f36ba068acd62ce7fd76f.tar.gz |
Do _not_ preserve user/group attributes while installing.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 7e206ae9e33..a4dd25cfb40 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2008/01/04 19:58:41 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.12 2008/02/05 22:32:34 heinz Exp $ # BOOST_PACKAGE?= undefined @@ -55,6 +55,6 @@ do-configure: .endif boost-install-libs: - cd ${WRKSRC}/stage/lib && ${PAX} -rwpe libboost* ${PREFIX}/lib + cd ${WRKSRC}/stage/lib && ${PAX} -rw -p p libboost* ${PREFIX}/lib .endif # ${BOOST_PACKAGE} == "meta-pkg" |