summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2010-01-08 19:56:14 +0100
committerOndřej Surý <ondrej@sury.org>2010-01-08 19:56:14 +0100
commit28325f6c0979fae992ec3b47cde7e92b8d46531d (patch)
treee4e7cf63bddc19f40bf72a32507cf1a763f085fa
parent42755d0557d417d7862f3033012418eb6f0189b7 (diff)
downloadphp-28325f6c0979fae992ec3b47cde7e92b8d46531d.tar.gz
add forgotten debian/php-pear/ and create README.Debian in PEAR doc dir
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 87d92ddbf..704ab7693 100755
--- a/debian/rules
+++ b/debian/rules
@@ -420,7 +420,7 @@ install: build
ln -s ../doc/php-pear/PEAR debian/php-pear/usr/share/php/doc; \
}
# add /usr/share/doc/php-pear/PEAR
- touch /usr/share/doc/php-pear/PEAR/.placeholder
+ echo "PEAR extensions can install documentation into this directory" > debian/php-pear/usr/share/doc/php-pear/PEAR/README.Debian
# install extensions
ext=`./debian/libapache2-mod-php5/usr/bin/php-config --extension-dir`;\