]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
add php74
authorElan Ruusamäe <glen@delfi.ee>
Sat, 22 Jun 2019 18:36:02 +0000 (21:36 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 22 Jun 2019 18:38:24 +0000 (21:38 +0300)
client/php.sh
client/php74.sh [new symlink]

index 78f89200ade7c846aa5e908b76df106b76387a71..6b5b3fba300e8fefdad5355f098739ebfaa977da 100755 (executable)
@@ -11,7 +11,7 @@ if [ "$suffix" = "" ]; then
        done
        exit 0
 else
-       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 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 hhvm; do poldek -e $a --noask; done; :'
 fi
 
 exec $dir/make-request.sh -D "php_suffix $suffix" ${pre_command:+-c "$pre_command"} ${post_command:+-C "$post_command"} "$@"
diff --git a/client/php74.sh b/client/php74.sh
new file mode 120000 (symlink)
index 0000000..d20ec52
--- /dev/null
@@ -0,0 +1 @@
+php.sh
\ No newline at end of file
This page took 0.116148 seconds and 4 git commands to generate.