]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- pear to filenames translate (better fix autodeps gen?)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Sep 2005 18:37:39 +0000 (18:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-build-macros -> 1.6

php-pear-build-macros

index a0000ea4174724adec57fd9117dce567a8906af3..5d56067ad26ca05b52bf31dee945fd8c4f792659 100644 (file)
@@ -17,7 +17,7 @@ pear \\\
 # 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 \
This page took 0.032641 seconds and 4 git commands to generate.