diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/filesystem/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 90b39d121..94d5390ab 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 155345 2012-04-01 23:43:12Z tomegun $ +# $Id: PKGBUILD 158070 2012-05-02 11:53:48Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Maintainer (Parabola): fauno <fauno@kiwwwi.com.ar> # Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy> pkgname=filesystem pkgver=2012.2 -pkgrel=4 +pkgrel=5 pkgdesc='Base filesystem for Parabola' arch=('any') license=('GPL') @@ -43,7 +43,7 @@ package() { # # setup root filesystem # - for d in bin boot dev etc home lib/modules media mnt sbin usr var opt srv/http sys run; do + for d in bin boot dev etc home media mnt sbin usr var opt srv/http sys run; do install -d -m755 ${d} done install -d -m555 proc |