[projects/pld-builder.new] Add php 8.2 to the wrapper
glen
glen at pld-linux.org
Thu Sep 29 16:43:30 CEST 2022
commit a4739fa8b948e0870b08bf05d0a10aa381f4bc82
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Sep 29 17:38:02 2022 +0300
Add php 8.2 to the wrapper
client/php.sh | 2 +-
client/php82.sh | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/client/php.sh b/client/php.sh
index e5db56a..064299e 100755
--- a/client/php.sh
+++ b/client/php.sh
@@ -4,7 +4,7 @@ program=${0##*/}
program=${program%.sh}
dir=$(dirname "$0")
suffix=${program#php}
-pre_command='for a in php4-common php52-common php53-common php54-common php55-common php56-common php70-common php71-common php72-common php73-common php74-common php80-common php81-common hhvm; do poldek -e $a --noask; done; :'
+pre_command='for a in php4-common php52-common php53-common php54-common php55-common php56-common php70-common php71-common php72-common php73-common php74-common php80-common php81-common php82-common hhvm; do poldek -e $a --noask; done; :'
request() {
"$dir/make-request.sh" -D "php_suffix $suffix" ${pre_command:+-c "$pre_command"} ${post_command:+-C "$post_command"} "$@"
diff --git a/client/php82.sh b/client/php82.sh
new file mode 120000
index 0000000..d20ec52
--- /dev/null
+++ b/client/php82.sh
@@ -0,0 +1 @@
+php.sh
\ No newline at end of file
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/e8b98bf9ab03ba6b05bcae1ec6b3a58dadefc3a8
More information about the pld-cvs-commit
mailing list