diff options
author | Jakub Moc <jakub@gentoo.org> | 2007-11-07 23:54:56 +0000 |
---|---|---|
committer | Jakub Moc <jakub@gentoo.org> | 2007-11-07 23:54:56 +0000 |
commit | 6162b6ae8040e9e151ff694f616c97c0a52f171a (patch) | |
tree | 05f19267cef790bb40dae44c57d80a41a41001d4 /sys-devel | |
parent | Shut up repoman :P (diff) | |
download | sunrise-6162b6ae8040e9e151ff694f616c97c0a52f171a.tar.gz sunrise-6162b6ae8040e9e151ff694f616c97c0a52f171a.tar.bz2 sunrise-6162b6ae8040e9e151ff694f616c97c0a52f171a.zip |
Shup up repoman :P
svn path=/sunrise/; revision=5001
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/scratchbox/scratchbox-1.0.7.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-devel/scratchbox/scratchbox-1.0.7.ebuild b/sys-devel/scratchbox/scratchbox-1.0.7.ebuild index 8d1af7ee6..ce2233630 100644 --- a/sys-devel/scratchbox/scratchbox-1.0.7.ebuild +++ b/sys-devel/scratchbox/scratchbox-1.0.7.ebuild @@ -27,7 +27,6 @@ TARGET_DIR="/opt/scratchbox" S=${WORKDIR}/${PN} src_install() { - cd "${S}" dodir ${TARGET_DIR} # doins doesn't work with symlinks, getting "file not found" with doins cp -pRP ./* "${D}/${TARGET_DIR}" |