summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-23 15:24:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-23 15:24:40 (GMT)
commit93d2a8342edb99eeb4450a898b99e9ff8ea7736c (patch)
treeaee60d482efd299b480c2bf99197bcae26a2b897 /abs
parent46d32bbd543197c9dae9d66d4ea88908f1b4a723 (diff)
downloadlinhes_pkgbuild-93d2a8342edb99eeb4450a898b99e9ff8ea7736c.zip
linhes_pkgbuild-93d2a8342edb99eeb4450a898b99e9ff8ea7736c.tar.gz
linhes_pkgbuild-93d2a8342edb99eeb4450a898b99e9ff8ea7736c.tar.bz2
change permissions to 755, so that reading dir's works
Diffstat (limited to 'abs')
-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
}