aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <kleiner_otti@gmx.de>2010-01-30 11:58:53 +0100
committerChristoph Junghans <kleiner_otti@gmx.de>2010-01-30 12:21:06 +0100
commit756ff4319d81566aa93ed9a38865df3e49a65089 (patch)
tree20014f28b8dc9426995a1a470fe0b46b16758628 /sci-chemistry/votca-csg/votca-csg-9999.ebuild
parentsci-libs/monomer-db -- version bump (diff)
downloadsci-756ff4319d81566aa93ed9a38865df3e49a65089.tar.gz
sci-756ff4319d81566aa93ed9a38865df3e49a65089.tar.bz2
sci-756ff4319d81566aa93ed9a38865df3e49a65089.zip
sci-chemistry/votca-csg: completion file was moved
(Portage version: 2.1.7.16/git/Linux i686) (Signed Manifest commit)
Diffstat (limited to 'sci-chemistry/votca-csg/votca-csg-9999.ebuild')
-rw-r--r--sci-chemistry/votca-csg/votca-csg-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
index 462958cd5..18e4f0f6f 100644
--- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
@@ -58,9 +58,10 @@ src_install() {
sed -n -e '/^CSG\(BIN\|SHARE\)/p' "${D}"/usr/bin/CSGRC.bash > "${T}/80votca-csg"
doenvd "${T}/80votca-csg"
- sed -n '/^_csgopt/,$p' "${D}"/usr/bin/CSGRC.bash > "${T}"/completion.bash
- dobashcompletion "${T}"/completion.bash ${PN}
rm -f "${D}"/usr/bin/CSGRC*
+
+ dobashcompletion "${D}"/usr/share/votca/completion.bash ${PN}
+ rm -f "${D}"/usr/share/votca/completion.bash
}
pkg_postinst() {