[packages/rpm-build-tools/merge-pld-builder-client: 2491/2675] php: do not uninstall php-devel

glen glen at pld-linux.org
Mon Dec 19 22:06:43 CET 2016


commit 0833febbb79d861733627619dabe1314f58d7afa
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed May 21 21:37:44 2014 +0300

    php: do not uninstall php-devel

 php.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/php.sh b/php.sh
index 28d762e..129c15c 100755
--- a/php.sh
+++ b/php.sh
@@ -5,7 +5,6 @@ dir=$(dirname "$0")
 rpmdir=$(rpm -E %_topdir)
 dist=th
 suffix=${program#php}
+#post_command="poldek -ev --noask php$suffix-devel"
 
-specs=$*
-
-exec $dir/make-request.sh -D "php_suffix $suffix" $specs -C "poldek -ev --noask php$suffix-devel" -n
+exec $dir/make-request.sh -D "php_suffix $suffix" ${post_command:+-C "$post_command"} -n "$@"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd



More information about the pld-cvs-commit mailing list