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-misc/bashfun/bashfun-0.2.0.ebuild | |
parent | doins -r woes (diff) | |
download | underlay-9520951c6f46e4734283e75b75598111566c554a.tar.gz underlay-9520951c6f46e4734283e75b75598111566c554a.tar.bz2 underlay-9520951c6f46e4734283e75b75598111566c554a.zip |
grrrrrrrrrrrrr
Diffstat (limited to 'app-misc/bashfun/bashfun-0.2.0.ebuild')
-rw-r--r-- | app-misc/bashfun/bashfun-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/bashfun/bashfun-0.2.0.ebuild b/app-misc/bashfun/bashfun-0.2.0.ebuild index df14b04..e1b7d60 100644 --- a/app-misc/bashfun/bashfun-0.2.0.ebuild +++ b/app-misc/bashfun/bashfun-0.2.0.ebuild @@ -17,7 +17,7 @@ IUSE="" src_install() { insinto '/opt/bashfun' - doins -r "${S}" + doins -r "${S}/opt/bashfun/" insinto '/usr/bin' doins "${S}/usr/bin/bst" chmod +x "${D}/usr/bin/bst" |