From 74ff3fbdec118f3982711ba7844209772fc74b7b Mon Sep 17 00:00:00 2001 From: "Adrian Chaves Fernandez (Gallaecio)" Date: Fri, 23 Sep 2011 21:40:42 +0000 Subject: [PATCH] Hale 0.2.4 fixed. --- hale/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hale/PKGBUILD b/hale/PKGBUILD index 8dc2d0ce8..93feef38c 100644 --- a/hale/PKGBUILD +++ b/hale/PKGBUILD @@ -24,7 +24,8 @@ package() { install -Dm755 hale.sh $pkgdir/usr/share/$pkgname/hale.sh install -Dm755 hale.jar $pkgdir/usr/share/$pkgname/hale.jar install -Dm755 core.zip $pkgdir/usr/share/$pkgname/core.zip - for FOLDER in gui characters saves log campaigns lib + install -d $pkgdir/usr/share/$pkgname/saves + for FOLDER in gui characters log campaigns lib do cp -R $FOLDER $pkgdir/usr/share/$pkgname/ done -- GitLab