From a3e8991b7c36c7b1e39a3a00629e73ac8d5baec2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?=
 <emulatorman@lavabit.com>
Date: Tue, 22 Jan 2013 14:05:28 -0200
Subject: filesystem-2013.01-1: updating version

* move /lib and /lib64 symlinks from glibc, add /usr/lib64 symlink, requires changing from arch=any package
---
 libre/filesystem/PKGBUILD | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

(limited to 'libre/filesystem')

diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD
index fb422594c..51e1c0810 100644
--- a/libre/filesystem/PKGBUILD
+++ b/libre/filesystem/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 172494 2012-12-04 01:05:09Z tomegun $
+# $Id: PKGBUILD 175758 2013-01-21 11:40:12Z allan $
 # Maintainer: Tom Gundersen <teg@jklm.no>
 # Maintainer (Parabola): Nicolás Reynolds <fauno@kiwwwi.com.ar>
 # Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
 
 pkgname=filesystem
-pkgver=2012.12
+pkgver=2013.01
 pkgrel=1
 pkgdesc='Base filesystem for Parabola'
-arch=('any')
+arch=('i686' 'x86_64' 'mips64el')
 license=('GPL')
 url='https://parabolagnulinux.org'
 groups=('base')
@@ -77,6 +77,15 @@ package() {
 		install -d -m755 usr/share/man/man${d}
 	done
 
+	#
+	# add lib symlinks
+	#
+	ln -s usr/lib ${pkgdir}/lib
+	[[ ${CARCH} = "x86_64" ]] && (
+		ln -s usr/lib ${pkgdir}/lib64
+		ln -s lib ${pkgdir}/usr/lib64
+	)
+
 	#
 	# install parabola(7) manpage
 	#
-- 
cgit v1.2.3-2-g168b