summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/local-website/PKGBUILD')
-rw-r--r--abs/core-testing/local-website/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/local-website/PKGBUILD b/abs/core-testing/local-website/PKGBUILD
index fd5f2f6..39c1fe2 100644
--- a/abs/core-testing/local-website/PKGBUILD
+++ b/abs/core-testing/local-website/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=local-website
pkgver=2
-pkgrel=1
+pkgrel=2
pkgdesc="Contents of http://localhost"
arch=(i686 x86_64)
license=('GPL')
@@ -15,7 +15,7 @@ build()
mkdir -p srv/http
cp -rp $startdir/htdocs/* $startdir/pkg/srv/http
chown -R http:users $startdir/pkg/srv/http
- chmod -R 655 $startdir/pkg/srv/http
+ chmod -R 755 $startdir/pkg/srv/http
}