summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2021-12-22 15:29:04 (GMT)
committerElan Ruusamäe2021-12-22 15:29:04 (GMT)
commit2e0aca549db43572dd76abe15cc089b18a753bf8 (patch)
treec27bb9c5fd681d89ae788039dafa344908ccf2c6
parent0b5e121a621c340599d0571fff6e900a8df78c8c (diff)
downloadpld-builder.new-2e0aca549db43572dd76abe15cc089b18a753bf8.zip
pld-builder.new-2e0aca549db43572dd76abe15cc089b18a753bf8.tar.gz
Fix php5.sh, php5.sh symlinks
l---------client/php5.sh2
l---------client/php8.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/client/php5.sh b/client/php5.sh
index 43761d6..d20ec52 120000
--- a/client/php5.sh
+++ b/client/php5.sh
@@ -1 +1 @@
-./php7.sh \ No newline at end of file
+php.sh \ No newline at end of file
diff --git a/client/php8.sh b/client/php8.sh
new file mode 120000
index 0000000..d20ec52
--- /dev/null
+++ b/client/php8.sh
@@ -0,0 +1 @@
+php.sh \ No newline at end of file