From 52cce3b84fa594f8ddbdbf4b5a59e88950a56034 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 14 Dec 2008 05:48:49 +0100 Subject: [PATCH] e2fsprogs: fix perms in post_install(). --HG-- extra : convert_revision : 37c3f06ce9599d377c6d0e513006a2733da6c03a --- templates/e2fsprogs.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/e2fsprogs.tmpl b/templates/e2fsprogs.tmpl index 94d8ebd02cf..9dc34b9c4a5 100644 --- a/templates/e2fsprogs.tmpl +++ b/templates/e2fsprogs.tmpl @@ -31,6 +31,6 @@ post_install() local destdir=$XBPS_DESTDIR/$pkgname-$version # Move libraries to /lib. - install -d -m 644 ${destdir}/lib + install -d ${destdir}/lib mv ${destdir}/usr/lib/lib* ${destdir}/lib }