]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Sep 2005 18:06:21 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pearize.sh -> 1.11

pearize.sh

index 3ba957ecbff99f8daac268d65680792d2df49861..83afce1b0f80a0f7950a1cc87107ad8a6f735889 100644 (file)
@@ -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
This page took 0.031886 seconds and 4 git commands to generate.