summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5anya2020-04-21 21:45:52 +0300
committer5anya2020-04-21 21:45:52 +0300
commit2290596eae0213812031d4228d3d9137e1740049 (patch)
tree3cb99c5a2fc9ca2f284ecf8709dfcd98cad0c067
parenta5cc869f335e490d37cc07c104c80e075dfe5710 (diff)
downloadaur-2290596eae0213812031d4228d3d9137e1740049.tar.gz
fixed nonexistent directories at install
-rw-r--r--PKGBUILD4
-rw-r--r--gog-crypt-of-the-necrodancer.install2
2 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9e748076d18..f7e877df22d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=crypt-of-the-necrodancer
epoch=1
pkgver=1.29.14917
_pkgver=1_29_14917
-pkgrel=2
+pkgrel=3
pkgdesc="A roguelike rhythm game! Move on the beat to navigate ever changing dungeons"
arch=('i686' 'x86_64')
license=('custom')
@@ -16,7 +16,7 @@ source=("local://crypt_of_the_necrodancer_en_${_pkgver}.sh"
sha256sums=(SKIP
'd80562a04ded4b25bca9738267d1d93d2be8fef74570aa7d00d83471c4e71121'
'9753ea711a428a24333cb37be1f11a3a35860072723e89dd7599d1842f0f4f89'
- '5ffedc649b436179c8532ab44a8f6c86b0598a154ba26b1130256920f6ef067f')
+ 'f22016647d169fd587ac2fb5a6302b5794b8ceeb536279383ea245715ab34187')
PKGEXT=".pkg.tar"
package() {
diff --git a/gog-crypt-of-the-necrodancer.install b/gog-crypt-of-the-necrodancer.install
index 8de5df7a67c0..4e2c18d32a96 100644
--- a/gog-crypt-of-the-necrodancer.install
+++ b/gog-crypt-of-the-necrodancer.install
@@ -2,6 +2,8 @@ post_install() {
touch /opt/gog/crypt-of-the-necrodancer/game/data/played.dat
touch /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml
touch /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml_TEMP
+ mkdir /opt/gog/crypt-of-the-necrodancer/game/replays/
+ mkdir /opt/gog/crypt-of-the-necrodancer/game/logs/
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/played.dat
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml_TEMP