SOURCES: php-pear-build-macros - pear to filenames translate (bett...
glen
glen at pld-linux.org
Sun Sep 18 20:37:45 CEST 2005
Author: glen Date: Sun Sep 18 18:37:44 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- pear to filenames translate (better fix autodeps gen?)
---- Files affected:
SOURCES:
php-pear-build-macros (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/php-pear-build-macros
diff -u SOURCES/php-pear-build-macros:1.5 SOURCES/php-pear-build-macros:1.6
--- SOURCES/php-pear-build-macros:1.5 Sun Sep 18 20:31:09 2005
+++ SOURCES/php-pear-build-macros Sun Sep 18 20:37:39 2005
@@ -17,7 +17,7 @@
# make post message of optional packages \
grep 'can optionally use package' install.log | sed -e 's,pear/,php-pear-,g' > optional-packages.txt \
if [ -s optional-packages.txt ]; then \
- awk -F'"' '{print $2}' optional-packages.txt | sed -e "s,php-pear-, 'pear(,;s,$,/*)'," | tr -d '\\\n' > _noautoreq \
+ awk -F'"' '{print $2}' optional-packages.txt | sed -e "s,_,/,g;s,php-pear-, 'pear(,;s,$,.*)'," | tr -d '\\\n' > _noautoreq \
else \
rm -f optional-packages.txt \
fi \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/php-pear-build-macros?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list