]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- need PEAR_Command_Packaging
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 16 Mar 2007 20:47:08 +0000 (20:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pearize.sh -> 1.42

pearize.sh

index a70888fe2ae899235e1104336e4a1b53e7f037d9..df2a2198fa3c758a26657917af99aa772b7499e8 100644 (file)
@@ -28,6 +28,10 @@ if [ ! -f "$spec" ]; then
 fi
 echo "Processing $spec"
 
+if [[ "$(rpm -q php-pear-PEAR_Command_Packaging)" = *is*not* ]]; then
+       echo >&2 "Please install php-pear-PEAR_Command_Packaging package"
+fi
+
 getsource() {
        local spec="$1"
        local NR="$2"
This page took 0.081966 seconds and 4 git commands to generate.