summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/phpsyslogng/phpsyslogng-2.8-r1.ebuild')
-rw-r--r--app-admin/phpsyslogng/phpsyslogng-2.8-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/phpsyslogng/phpsyslogng-2.8-r1.ebuild b/app-admin/phpsyslogng/phpsyslogng-2.8-r1.ebuild
index edade88754c8..998ecf48b846 100644
--- a/app-admin/phpsyslogng/phpsyslogng-2.8-r1.ebuild
+++ b/app-admin/phpsyslogng/phpsyslogng-2.8-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/phpsyslogng/phpsyslogng-2.8-r1.ebuild,v 1.3 2006/11/23 15:09:00 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/phpsyslogng/phpsyslogng-2.8-r1.ebuild,v 1.4 2009/04/15 07:46:17 hoffie Exp $
inherit webapp
@@ -23,12 +23,12 @@ src_install() {
rm LICENSE README CHANGELOG
dodoc scripts/*
- cp -r . ${D}${MY_HTDOCSDIR}
- cp ${FILESDIR}/logrotate.php ${D}${MY_HTDOCSDIR}/scripts
+ cp -r . "${D}${MY_HTDOCSDIR}"
+ cp "${FILESDIR}"/logrotate.php "${D}${MY_HTDOCSDIR}"/scripts
- webapp_configfile ${MY_HTDOCSDIR}/config/config.php
+ webapp_configfile "${MY_HTDOCSDIR}"/config/config.php
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
webapp_src_install
}