[Pkg-php-commits] [php/debian-sid] Really fix the path for usr/share/php/doc

Raphael Geissert geissert at debian.org
Thu Feb 11 15:30:45 UTC 2010


---
 debian/rules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b8ee7b5..beadd46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -434,13 +434,13 @@ install: build
 	# we don't want test suites
 	$(RM) -r debian/php-pear/usr/share/php/test/
 	[ -d debian/php-pear/usr/share/php/doc ] && { \
-		mkdir -p debian/php-pear/usr/share/php5-common/PEAR; \
+		mkdir -p debian/php-pear/usr/share/doc/php5-common/PEAR; \
 		mv debian/php-pear/usr/share/php/doc/* \
 			debian/php-pear/usr/share/doc/php5-common/PEAR/; \
 		$(RM) -r debian/php-pear/usr/share/php/doc; \
 		ln -s ../doc/php-pear/PEAR debian/php-pear/usr/share/php/doc; \
 		echo "Dummy placeholder to prevent the directory's deletion" > \
-			debian/php-pear/usr/share/php/doc/php5-common/PEAR/.placeholder; \
+			debian/php-pear/usr/share/doc/php5-common/PEAR/.placeholder; \
 	}
 
 	# install extensions
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list