diff options
author | Noel Darlow <mail@mcgruff.plus.com> | 2012-05-29 16:12:21 +0100 |
---|---|---|
committer | Noel Darlow <mail@mcgruff.plus.com> | 2012-05-29 16:12:21 +0100 |
commit | 9520951c6f46e4734283e75b75598111566c554a (patch) | |
tree | 279ac27fe8a8dd0db71a72455201d7d2d9975fb5 /app-admin | |
parent | doins -r woes (diff) | |
download | underlay-9520951c6f46e4734283e75b75598111566c554a.tar.gz underlay-9520951c6f46e4734283e75b75598111566c554a.tar.bz2 underlay-9520951c6f46e4734283e75b75598111566c554a.zip |
grrrrrrrrrrrrr
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gentool/Manifest | 2 | ||||
-rw-r--r-- | app-admin/gentool/gentool-0.2.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/gentool/Manifest b/app-admin/gentool/Manifest index d130b68..34fd4ad 100644 --- a/app-admin/gentool/Manifest +++ b/app-admin/gentool/Manifest @@ -1,4 +1,4 @@ DIST gentool-0.2.6.tar.bz2 8586 RMD160 f668c4503cbd4e2353db1acb76de2a7630be3388 SHA1 ccac3b4a6157f566c2b81dcbc18550d9069f8e8a SHA256 0562caca7652e1c0bf8cfc56c9cf315ce2ec2f291829f40e485b32074f1384ce -EBUILD gentool-0.2.6.ebuild 827 RMD160 af5d757036a15c913e1a7e2ec664767062ab8632 SHA1 11c538cb22c4a1099cdf1879d098c58880621dd4 SHA256 4f535debf65870f7b78842310e83b104e7a9dd327748d3520d4b5d24cfa2895f +EBUILD gentool-0.2.6.ebuild 840 RMD160 28d897263ea3f74dbf2285ad6c60c201e8a032b9 SHA1 73a7104bee22bf6dc0167445556c29ee9d9b8cd2 SHA256 c89741f17928fb6f6e74662fe2070efefad0f96a1bc3a046208793ce1c689de1 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.6.ebuild b/app-admin/gentool/gentool-0.2.6.ebuild index fd5098a..41a71aa 100644 --- a/app-admin/gentool/gentool-0.2.6.ebuild +++ b/app-admin/gentool/gentool-0.2.6.ebuild @@ -26,7 +26,7 @@ src_install() { dodir /opt/bin dosym /opt/gentool/bin/gentool.sh /opt/bin/gentool insinto '/opt/gentool' - doins -r "${S}" + doins -r "${S}/opt/gentool/" dodir '/etc/gentool' insinto '/etc/gentool' doins "${S}/etc/gentool/config.sh" |