summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Darlow <mail@mcgruff.plus.com>2012-05-29 03:31:02 +0100
committerNoel Darlow <mail@mcgruff.plus.com>2012-05-29 03:31:02 +0100
commited2f070f0a15dbd0045478d80db14b84bfbef959 (patch)
tree31516014e41e3165ca4ddfa3ba9c2e335b6a7808 /app-admin/gentool/gentool-0.2.4.ebuild
parentsymlinks agin.. (diff)
downloadunderlay-ed2f070f0a15dbd0045478d80db14b84bfbef959.tar.gz
underlay-ed2f070f0a15dbd0045478d80db14b84bfbef959.tar.bz2
underlay-ed2f070f0a15dbd0045478d80db14b84bfbef959.zip
symlinks...
Diffstat (limited to 'app-admin/gentool/gentool-0.2.4.ebuild')
-rw-r--r--app-admin/gentool/gentool-0.2.4.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-admin/gentool/gentool-0.2.4.ebuild b/app-admin/gentool/gentool-0.2.4.ebuild
index 51131fa..8b4fe92 100644
--- a/app-admin/gentool/gentool-0.2.4.ebuild
+++ b/app-admin/gentool/gentool-0.2.4.ebuild
@@ -23,13 +23,17 @@ RDEPEND=">=app-misc/bashfun-0.1.4
#DEPEND=""
src_install() {
- dosym /opt/gentool/bin/gentool.sh /opt/bin/gentool
+ #dosym /opt/gentool/bin/gentool.sh /opt/bin/gentool
insinto '/opt/gentool'
doins -r "${S}/opt/gentool"
dodir '/etc/gentool'
insinto '/etc/gentool'
doins "${S}/etc/gentool/config.sh"
doenvd "${S}/etc/env.d/99gentool-env"
+
+ # dosym PEBKAC
+ cd /opt/bin
+ ln -s /opt/gentool/bin/gentool.sh pvr
}
pkg_postinst() {