diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-10 22:51:31 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-10 22:51:31 +0000 |
commit | aae6cbcf78d430149cb228fc86fa07fc8035541a (patch) | |
tree | 77d69c0de5365b3dfd27e6e6a191060114eb7bc5 /www-apps/moinmoin/files | |
parent | Add prefix support, bump EAPI to 3, add prefix keywords (diff) | |
download | gentoo-2-aae6cbcf78d430149cb228fc86fa07fc8035541a.tar.gz gentoo-2-aae6cbcf78d430149cb228fc86fa07fc8035541a.tar.bz2 gentoo-2-aae6cbcf78d430149cb228fc86fa07fc8035541a.zip |
Delete older ebuild.
Diffstat (limited to 'www-apps/moinmoin/files')
-rw-r--r-- | www-apps/moinmoin/files/reconfig-2 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www-apps/moinmoin/files/reconfig-2 b/www-apps/moinmoin/files/reconfig-2 deleted file mode 100644 index 57039bb766bc..000000000000 --- a/www-apps/moinmoin/files/reconfig-2 +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -die() { - echo "#####" - echo $1 - echo "#####" - exit 1 -} - -if [ $1 = "install" ]; then - sed -e "s|/path/to/wikiconfig|${VHOST_ROOT}/${PN}-${PVR}|g" -i ${MY_INSTALLDIR}/moin.cgi || die "sed failed" - sed -e "s|\./data/|${VHOST_ROOT}/${PN}-${PVR}/data| - s|\./underlay/|${VHOST_ROOT}/${PN}-${PVR}/underlay|" -i ${VHOST_ROOT}/${PN}-${PVR}/wikiconfig.py || die "sed failed" - -elif [ $1 = "clean" ]; then - echo $1 -fi |