summaryrefslogtreecommitdiff
path: root/libre/filesystem
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-04 19:15:34 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-04 19:15:34 -0200
commit57f52074941be81a76b5b96c784d207eac799d10 (patch)
treefcccd7a4815b41c80560847a58f64515f7fee653 /libre/filesystem
parent612387f4d9af2ad1f4ac4bd070ab1ab3cd1651d4 (diff)
fix parabola-release problem
Diffstat (limited to 'libre/filesystem')
-rw-r--r--libre/filesystem/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD
index 9cb060ecc..69edeeb16 100644
--- a/libre/filesystem/PKGBUILD
+++ b/libre/filesystem/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=filesystem
pkgver=2013.05
-pkgrel=2.1
+pkgrel=2.2
pkgdesc='Base filesystem (Parabola rebranded)'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -52,7 +52,8 @@ package() {
for f in gshadow shadow crypttab; do
install -m600 ${srcdir}/${f} etc/
done
- touch etc/arch-release
+ touch etc/parabola-release
+ ln -s parabola-release etc/arch-release
install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first usr/lib/modprobe.d/usb-load-ehci-first.conf
install -m755 ${srcdir}/locale.sh etc/profile.d/locale.sh