diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-02-06 11:55:48 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-02-06 11:55:48 -0200 |
commit | ce15c219696194cd6826205cb630e64cfb9c1c5b (patch) | |
tree | d59fd775358e09bf90d842203d3f751c97b1f75a /libre/filesystem/PKGBUILD | |
parent | 387a6ac962ce6a21ccb27fa2cc494ea6e3d2b8cd (diff) | |
parent | c1bff90faaaca75404032580f2ad5213ec76e893 (diff) | |
download | abslibre-ce15c219696194cd6826205cb630e64cfb9c1c5b.tar.gz abslibre-ce15c219696194cd6826205cb630e64cfb9c1c5b.tar.bz2 abslibre-ce15c219696194cd6826205cb630e64cfb9c1c5b.zip |
Merge ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/filesystem/PKGBUILD')
-rw-r--r-- | libre/filesystem/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 51e1c0810..eb684f5f7 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 175758 2013-01-21 11:40:12Z allan $ +# $Id: PKGBUILD 176062 2013-01-27 07:33:21Z 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=2013.01 -pkgrel=1 +pkgrel=3 pkgdesc='Base filesystem for Parabola' arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -13,7 +13,7 @@ url='https://parabolagnulinux.org' groups=('base') install='filesystem.install' makedepends=('asciidoc') -depends=('iana-etc' 'bash' 'coreutils' 'nss-myhostname') +depends=('iana-etc') backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc/passwd' 'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 'etc/nsswitch.conf' 'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue') @@ -85,6 +85,11 @@ package() { ln -s usr/lib ${pkgdir}/lib64 ln -s lib ${pkgdir}/usr/lib64 ) + [[ ${CARCH} = "mips64el" ]] && ( + # For the N32 ABI. + ln -s usr/lib ${pkgdir}/lib32 + ln -s lib ${pkgdir}/usr/lib32 + ) # # install parabola(7) manpage |