commit: eb29bcaa76bac74da9f0b832a673dd4252313b8c
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 01:52:33 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 01:52:33 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=eb29bcaa
[www-apps/redmine_git_hosting] Fix sed call.
Package-Manager: portage-2.2.20
www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild
b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild
index 2a2891a..a4fa8e7 100644
--- a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild
+++ b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild
@@ -34,13 +34,13 @@ ruby_add_bdepend ">=www-apps/redmine-3"
REDMINE_DIR="/var/lib/redmine"
-pkg_setup() {
- enewgroup redmine
- enewuser redmine -1 -1 "${REDMINE_DIR}" redmine
-}
+#pkg_setup() {
+# enewgroup redmine
+# enewuser redmine -1 -1 "${REDMINE_DIR}" redmine
+#}
all_ruby_prepare() {
- sed -i -e "/mount Grack/,s/^/#/" config/routes.rb || die
+ sed -i -e "/mount Grack/ s/^/#/" config/routes.rb || die
}
all_ruby_install() {