summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-07 20:13:33 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-07 20:13:33 +0000
commit6c5519cc9f9c90330b32f4df7b32c77c838564b4 (patch)
treeef50c57c728d434c1aa4ef8f7b1177a79f5f6a3d /dev-php/phpgroupware
parentfixed ebuild to install correct. Closes #15274. (diff)
downloadgentoo-2-6c5519cc9f9c90330b32f4df7b32c77c838564b4.tar.gz
gentoo-2-6c5519cc9f9c90330b32f4df7b32c77c838564b4.tar.bz2
gentoo-2-6c5519cc9f9c90330b32f4df7b32c77c838564b4.zip
fixed ebuild to install correct. Closes #15274.
Diffstat (limited to 'dev-php/phpgroupware')
-rw-r--r--dev-php/phpgroupware/ChangeLog6
-rw-r--r--dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.0012
-rw-r--r--dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild4
3 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/phpgroupware/ChangeLog b/dev-php/phpgroupware/ChangeLog
index 150eb2efec13..4eafa6ef807e 100644
--- a/dev-php/phpgroupware/ChangeLog
+++ b/dev-php/phpgroupware/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for dev-php/phpgroupware
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.4 2003/03/25 05:20:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.5 2003/04/07 20:13:21 mholzer Exp $
*phpgroupware-0.9.14.001 (11 Dec 2002)
+ 07 Apr 2003; Martin Holzer <mholzer@gentoo.org>
+ phpgroupware-0.9.14.001.ebuild:
+ fixed ebuild to install correct. Closes #15274.
+
25 Mar 2003; Aron Griffis <agriffis@gentoo.org>
phpgroupware-0.9.14.001.ebuild:
Add ~alpha to KEYWORDS
diff --git a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.001 b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.001
index 6fc297286aac..012bdb18625b 100644
--- a/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.001
+++ b/dev-php/phpgroupware/files/digest-phpgroupware-0.9.14.001
@@ -1,2 +1,2 @@
-MD5 ae294b338336811ce1cb036d575b455e /phpgroupware-0.9.14.001.ebuild 1457
+MD5 6c2e34db1e910b384bac4be43d168156 /phpgroupware-0.9.14.001.ebuild 1456
MD5 8bbcf14567a29aa1f3ce8c8c38783b0b phpGroupWare-0.9.14.001.tar.bz2 6399455
diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild
index 217c907d5f03..40863ad2bf9a 100644
--- a/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild
+++ b/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild,v 1.4 2003/03/25 05:20:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.001.ebuild,v 1.5 2003/04/07 20:13:21 mholzer Exp $
S=${WORKDIR}/phpGroupWare-${PV}
HTTPD_ROOT="/home/httpd/htdocs"
@@ -36,7 +36,7 @@ src_compile() {
src_install () {
dodir ${HTTPD_ROOT}/phpgroupware
- cd ../work
+ cd ${WORKDIR}
cp -r . ${D}/${HTTPD_ROOT}
cd ${D}/${HTTPD_ROOT}
chown -R ${HTTPD_USER}.${HTTPD_GROUP} phpgroupware