From 2f05412e1de0c80bfa1c5330d6b4735f1f60af78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 25 Mar 2023 12:23:17 +0100 Subject: [PATCH] fix --- manifest.toml | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 659a05a..495fdc6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,7 +48,7 @@ ram.runtime = "50M" [resources.sources.fr] url = "http://www.pmwiki.org/pub/pmwiki/i18n/i18n-fr.zip" - sha256 = "cea0311753f83bab84fe0b2f936d9ea174d067fa07513ffac7bf9c3578a785a5" + sha256 = "0dc3b6d80dd165d0ef62d5cd2eeac9552145d70c9171c6ee287af9035b22227f" [resources.system_user] diff --git a/scripts/install b/scripts/install index 2047eba..e4d2e1d 100755 --- a/scripts/install +++ b/scripts/install @@ -23,7 +23,7 @@ ynh_script_progression --message="Setting up source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" -#ynh_setup_source --dest_dir="$install_dir/wikilib.d" --source_id=fr +ynh_setup_source --dest_dir="$install_dir/wikilib.d" --source_id=fr chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"