SPECS: pearize.sh - typo

glen glen at pld-linux.org
Thu Sep 29 20:06:27 CEST 2005


Author: glen                         Date: Thu Sep 29 18:06:26 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typo

---- Files affected:
SPECS:
   pearize.sh (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/pearize.sh
diff -u SPECS/pearize.sh:1.10 SPECS/pearize.sh:1.11
--- SPECS/pearize.sh:1.10	Thu Sep 29 20:05:11 2005
+++ SPECS/pearize.sh	Thu Sep 29 20:06:21 2005
@@ -4,7 +4,7 @@
 #
 set -e
 spec="$1"
-tarball=(rpm -q --qf '../SOURCES/%{name}-%{version}.tgz\n' --specfile "$spec" | head -n 1 | sed -e 's,php-pear-,,')
+tarball=$(rpm -q --qf '../SOURCES/%{name}-%{version}.tgz\n' --specfile "$spec" | head -n 1 | sed -e 's,php-pear-,,')
 template=$(rpm -q --qf '%{name}-%{version}.spec\n' --specfile "$spec" | head -n 1)
 
 if [ ! -f $tarball ]; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pearize.sh?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list