summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-11 19:56:51 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-11 19:56:51 +0200
commit6408a8803d120667092e4f890eefdc1615cde413 (patch)
tree141ae2791a1e0c6284e38d4cf4042c8e51941fa0
parent7e4014b73f3f631fd9f1f3ca74a2ace0d4f04dbe (diff)
downloadjoomla-payage-taler-plugin-6408a8803d120667092e4f890eefdc1615cde413.tar.gz
joomla-payage-taler-plugin-6408a8803d120667092e4f890eefdc1615cde413.tar.bz2
joomla-payage-taler-plugin-6408a8803d120667092e4f890eefdc1615cde413.zip
-minor fixesv1.0.0
-rw-r--r--Makefile8
-rw-r--r--dis/Setup/setup.sh1
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 39ca866..40cf9e3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
VERSION=1.0
all:
- ln -s com_payage_taler com_payage_taler_$(VERSION)
- zip -r com_payage_taler_$(VERSION).zip com_payage_taler_$(VERSION)
- rm com_payage_taler_$(VERSION)
+ ln -s com_payage_taler com_payage_taler-$(VERSION)
+ zip -r com_payage_taler-$(VERSION).zip com_payage_taler-$(VERSION)
+ rm com_payage_taler-$(VERSION)
clean:
- rm -f com_payage_taler_$(VERSION).zip
+ rm -f com_payage_taler-$(VERSION).zip
diff --git a/dis/Setup/setup.sh b/dis/Setup/setup.sh
index 4b6cbd8..191e4ff 100644
--- a/dis/Setup/setup.sh
+++ b/dis/Setup/setup.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+# This file is in the public domain.
MYSQL_ROOT_PASSWORD="Password123!"
JOOMLADB_PASSWORD="Password123!"