]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - pearize.sh
- need PEAR_Command_Packaging
[packages/rpm-build-tools.git] / 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.031433 seconds and 4 git commands to generate.