]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- debug
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Oct 2005 13:02:02 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pearize.sh -> 1.14

pearize.sh

index 948031338f0726b8fabcefc34a2d5fe46ccd38f5..7e7099af939d2100dbce3ae92bd306355d2cebca 100644 (file)
@@ -4,6 +4,7 @@
 #
 set -e
 spec="$1"
+echo "Processing $spec"
 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)
 
This page took 0.087417 seconds and 4 git commands to generate.