summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/shutter/shutter-0.80.ebuild')
-rw-r--r--x11-misc/shutter/shutter-0.80.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/shutter/shutter-0.80.ebuild b/x11-misc/shutter/shutter-0.80.ebuild
index b905efe..2d48ff8 100644
--- a/x11-misc/shutter/shutter-0.80.ebuild
+++ b/x11-misc/shutter/shutter-0.80.ebuild
@@ -53,6 +53,6 @@ src_install() {
doman share/man/man1/${PN}.1.gz || die "doman failed"
doicon share/pixmaps/${PN}.svg
doins -r share/locale || die "doins failed"
- find /usr/share/shutter/resources/system/plugins/ -type f ! -name '*.*' \
- -exec fperms 755 {} \; || die "failed to make plugins executables"
+ find "${D}"/usr/share/shutter/resources/system/plugins/ -type f ! -name '*.*' -exec chmod 755 {} \; \
+ || die "failed to make plugins executables"
}