mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/filesystem to 2013.01-1
This commit is contained in:
parent
e6c1f2962f
commit
f167ac2800
1 changed files with 9 additions and 2 deletions
|
@ -4,11 +4,13 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - modifed os-release
|
# - modifed os-release
|
||||||
|
|
||||||
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=filesystem
|
pkgname=filesystem
|
||||||
pkgver=2012.12
|
pkgver=2013.01
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Base filesystem'
|
pkgdesc='Base filesystem'
|
||||||
arch=('any')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url='http://www.archlinux.org'
|
url='http://www.archlinux.org'
|
||||||
groups=('base')
|
groups=('base')
|
||||||
|
@ -78,6 +80,11 @@ package() {
|
||||||
install -d -m755 usr/share/man/man${d}
|
install -d -m755 usr/share/man/man${d}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
#
|
||||||
|
# add lib symlinks
|
||||||
|
#
|
||||||
|
ln -s usr/lib ${pkgdir}/lib
|
||||||
|
|
||||||
#
|
#
|
||||||
# install archlinux(7) manpage
|
# install archlinux(7) manpage
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue