From 6408a8803d120667092e4f890eefdc1615cde413 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Jun 2023 19:56:51 +0200 Subject: -minor fixes --- Makefile | 8 ++++---- dis/Setup/setup.sh | 1 + 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!" -- cgit v1.2.3