summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasufell <julian.ospald@googlemail.com>2012-03-30 04:23:53 +0000
committerhasufell <julian.ospald@googlemail.com>2012-03-30 04:23:53 +0000
commit63c9edc7780580657232316ea91983956c455753 (patch)
tree3ede78a594a72459027ac8283d2addf1a8296980 /x11-misc
parentx11-misc/spacefm-httpshare-plugin: fix permissions (diff)
downloadsunrise-63c9edc7780580657232316ea91983956c455753.tar.gz
sunrise-63c9edc7780580657232316ea91983956c455753.tar.bz2
sunrise-63c9edc7780580657232316ea91983956c455753.zip
x11-misc/spacefm-trash-plugin: fix permissions
svn path=/sunrise/; revision=12867
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/spacefm-trash-plugin/ChangeLog4
-rw-r--r--x11-misc/spacefm-trash-plugin/Manifest4
-rw-r--r--x11-misc/spacefm-trash-plugin/spacefm-trash-plugin-0.5.ebuild3
3 files changed, 9 insertions, 2 deletions
diff --git a/x11-misc/spacefm-trash-plugin/ChangeLog b/x11-misc/spacefm-trash-plugin/ChangeLog
index ed05565d1..a085fcc63 100644
--- a/x11-misc/spacefm-trash-plugin/ChangeLog
+++ b/x11-misc/spacefm-trash-plugin/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 30 Mar 2012; hasufell <julian.ospald@googlemail.com>
+ spacefm-trash-plugin-0.5.ebuild:
+ fix permissions
+
29 Mar 2012; hasufell <julian.ospald@googlemail.com>
spacefm-trash-plugin-0.5.ebuild:
define S, EAPI-bump broke it
diff --git a/x11-misc/spacefm-trash-plugin/Manifest b/x11-misc/spacefm-trash-plugin/Manifest
index 38552fb6d..6560ffcee 100644
--- a/x11-misc/spacefm-trash-plugin/Manifest
+++ b/x11-misc/spacefm-trash-plugin/Manifest
@@ -1,4 +1,4 @@
DIST Trash_v0.5.spacefm-plugin.tar.gz 55786 RMD160 401aa77149b95ab215a37e4c2c2fb6bb4dceb9b6 SHA1 99b2200161af2314411951fa3b0207cf3dd7ffca SHA256 60b3f82be74811cb9fc22b4b37f57c136fb889eb897fde8b82eb1d53409ba54d
-EBUILD spacefm-trash-plugin-0.5.ebuild 1140 RMD160 33a2d184c6b97e50ef32e76038f25790b37f3a76 SHA1 a051a67bb1e339c0f77b7e2984cf5b3b773204b3 SHA256 77a56bb85827a791ccded3abf49d4bd7d7a41ccffd5092e1226e79dc4fd4b623
-MISC ChangeLog 454 RMD160 6a82c272b6df48ed777c73ac1481cd0b5f3273be SHA1 aea3d247c3ba4de573cf8b224a30839b9dcb0b1a SHA256 9e9ddf42af0fc29553cea1a9a60c9ee68a9c9999520a54216082cbc71671cb16
+EBUILD spacefm-trash-plugin-0.5.ebuild 1206 RMD160 25e6cb4299ef8334508b2cf04171320601c7b821 SHA1 b376868afb30d0e1fad7d8ce025a26a9fc302976 SHA256 c279e26940b79cec1398c56d82740024044bf507c2acf6bdda6971b1f018151b
+MISC ChangeLog 563 RMD160 516490bf8e83310b0cd0ea2cdf7fa04f83aba042 SHA1 c9b3e394a4d77931208d32a2186f30b8a0afdb0a SHA256 e20d5edefcf0d2763e7f351ee97ccb412031f693ee40d00f335dd5c36bebee8b
MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154
diff --git a/x11-misc/spacefm-trash-plugin/spacefm-trash-plugin-0.5.ebuild b/x11-misc/spacefm-trash-plugin/spacefm-trash-plugin-0.5.ebuild
index 8de590915..f11038b21 100644
--- a/x11-misc/spacefm-trash-plugin/spacefm-trash-plugin-0.5.ebuild
+++ b/x11-misc/spacefm-trash-plugin/spacefm-trash-plugin-0.5.ebuild
@@ -23,6 +23,9 @@ src_install() {
doins -r cstm_* plugin
insinto /usr/share/spacefm/plugin-files
doins "${DISTDIR}"/Trash_v${PV}.spacefm-plugin.tar.gz
+
+ cd "${D}"
+ find . -name "exec.sh" -exec fperms +x '{}' + || die
}
pkg_postinst() {