summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Darlow <mail@mcgruff.plus.com>2012-06-09 02:42:37 +0100
committerNoel Darlow <mail@mcgruff.plus.com>2012-06-09 02:42:37 +0100
commita5f8bdc4043cab98997742c488298c37c2cecf81 (patch)
treec35d93ee86479b6ebf37b65b976ed2f4ae8b7cea
parentd (diff)
downloadunderlay-a5f8bdc4043cab98997742c488298c37c2cecf81.tar.gz
underlay-a5f8bdc4043cab98997742c488298c37c2cecf81.tar.bz2
underlay-a5f8bdc4043cab98997742c488298c37c2cecf81.zip
dd
-rw-r--r--app-admin/gentool/Manifest2
-rw-r--r--app-admin/gentool/gentool-0.2.7.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/app-admin/gentool/Manifest b/app-admin/gentool/Manifest
index 6b77f95..86db18b 100644
--- a/app-admin/gentool/Manifest
+++ b/app-admin/gentool/Manifest
@@ -1,4 +1,4 @@
DIST gentool-0.2.7.tar.bz2 8572 RMD160 6561fb66da894f3a75435b075e20a4cf5803c543 SHA1 087c4f4cb028728d7a55a7b72ee82186966d37e4 SHA256 7ed88da2a563ccc7e925b7adfc33484d0df5284380e4f750fd06aadf0f7ec429
-EBUILD gentool-0.2.7.ebuild 893 RMD160 23fa3fe51c58b2852e7b98666285db00cdd17c46 SHA1 ca48b604c4a55c7d610613c05c76a9840017e762 SHA256 a59724fcb69be78a56c64164809d68d832df0d860812038a251672abf2896ddb
+EBUILD gentool-0.2.7.ebuild 907 RMD160 22c73b10d41138e558d529a78d6dbcdf2f89c953 SHA1 1b37cea0541716c68b07ac108b40f15a89671581 SHA256 072ec1e0766624fbaf379ac39d4c79d4af76d76665491670ab3dd208bdbbc529
MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
MISC metadata.xml 513 RMD160 5ccacd7985a83578b1b02f37e5321fce4c75f73f SHA1 891e34ce89792243996e4c8319d1508964b096df SHA256 503e044c2881c5f53de73bcff9fd25d8c097182434c636e2614538d0f568bc53
diff --git a/app-admin/gentool/gentool-0.2.7.ebuild b/app-admin/gentool/gentool-0.2.7.ebuild
index 9088893..e603cd4 100644
--- a/app-admin/gentool/gentool-0.2.7.ebuild
+++ b/app-admin/gentool/gentool-0.2.7.ebuild
@@ -31,12 +31,13 @@ src_install() {
insinto '/etc/gentool'
doins "${S}/etc/gentool/config.sh"
doenvd "${S}/etc/env.d/99gentool-env"
- fperms +x opt/gentool/bin/*
- fperms +x opt/bin/gentool
+ fperms +x /opt/gentool/bin/*
+ fperms +x /opt/bin/gentool
}
pkg_postinst() {
elog
elog 'you may want to edit /etc/gentool/config.sh now - just follow instructions in the file'
elog
+ elog $D
}