[arch-commits] Commit in filesystem/trunk (PKGBUILD)
Tom Gundersen
tomegun at archlinux.org
Sat Feb 18 18:25:34 UTC 2012
Date: Saturday, February 18, 2012 @ 13:25:33
Author: tomegun
Revision: 150594
upgpkg: filesystem 2012.2-2
/etc/mtab link should be absolute
Modified:
filesystem/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-18 17:27:00 UTC (rev 150593)
+++ PKGBUILD 2012-02-18 18:25:33 UTC (rev 150594)
@@ -3,7 +3,7 @@
pkgname=filesystem
pkgver=2012.2
-pkgrel=1
+pkgrel=2
pkgdesc='Base filesystem'
arch=('any')
license=('GPL')
@@ -38,7 +38,7 @@
for f in fstab group host.conf hosts issue ld.so.conf motd nsswitch.conf passwd resolv.conf securetty shells profile; do
install -m644 ${srcdir}/${f} etc/
done
- ln -s ../proc/self/mounts etc/mtab
+ ln -s /proc/self/mounts etc/mtab
for f in gshadow shadow crypttab; do
install -m600 ${srcdir}/${f} etc/
done
More information about the arch-commits
mailing list