summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2006-12-04 10:55:35 +0000
committerRaúl Porcel <armin76@gentoo.org>2006-12-04 10:55:35 +0000
commit3dee76ec787b5b6cff9d6f519ff8200980487f28 (patch)
tree33934d8dca89e492d860c504d1cff96e21876c5f /net-ftp/foff/foff-0.99.5.ebuild
parentdev-python/python-libtorrent: Need boost with threads USE-flag (diff)
downloadsunrise-3dee76ec787b5b6cff9d6f519ff8200980487f28.tar.gz
sunrise-3dee76ec787b5b6cff9d6f519ff8200980487f28.tar.bz2
sunrise-3dee76ec787b5b6cff9d6f519ff8200980487f28.zip
net-ftp/foff: more fixes
svn path=/sunrise/; revision=2094
Diffstat (limited to 'net-ftp/foff/foff-0.99.5.ebuild')
-rw-r--r--net-ftp/foff/foff-0.99.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/foff/foff-0.99.5.ebuild b/net-ftp/foff/foff-0.99.5.ebuild
index 67f3e5a44..9a0b75a51 100644
--- a/net-ftp/foff/foff-0.99.5.ebuild
+++ b/net-ftp/foff/foff-0.99.5.ebuild
@@ -20,12 +20,12 @@ RDEPEND="${DEPEND}"
src_install() {
# Copying.txt is needed by the about window
- insinto "/usr/$(get_libdir)/${PN}"
+ insinto "${ROOT}usr/$(get_libdir)/${PN}"
doins *.py foff_logo00.png *.glade *.gladep Copying.txt
# The app needs to be executed from the installed dir
- echo -e "#!/bin/bash \ncd "/usr/$(get_libdir)/${PN}" \n\
-/usr/bin/python ${PN}.py" >> foff
+ echo -e "#!/bin/bash \ncd "${ROOT}usr/$(get_libdir)/${PN}" \n\
+${ROOT}usr/bin/python ${PN}.py" >> foff
dobin foff
dodoc Readme.txt ChangeLog.txt