]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 21 Aug 2010 11:06:54 +0000 (11:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pearize.sh -> 1.53

pearize.sh

index 7c227519d721615c3fa780860a50dab1be381588..25800744ee09826deb7048e707ea3d43250db531 100644 (file)
@@ -139,7 +139,7 @@ if [ -n "$optional" ]; then
                        case "$req" in
                        php-pear-*)
                                # convert pear package name to file pattern
-                               req=$(echo "$req" | sed -e 's,^php-pear-,pear(,;y,-,/,;s,$,.*),')
+                               req=$(echo "$req" | sed -e 's,^php-pear-,pear(,;y,_,/,;s,$,.*),')
                                ;;
                        *)
                                # process only php-pear-* packages
This page took 0.03629 seconds and 4 git commands to generate.