mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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>
|
||||
# - modifed os-release
|
||||
|
||||
noautobuild=1
|
||||
|
||||
pkgname=filesystem
|
||||
pkgver=2012.12
|
||||
pkgver=2013.01
|
||||
pkgrel=1
|
||||
pkgdesc='Base filesystem'
|
||||
arch=('any')
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url='http://www.archlinux.org'
|
||||
groups=('base')
|
||||
|
@ -78,6 +80,11 @@ package() {
|
|||
install -d -m755 usr/share/man/man${d}
|
||||
done
|
||||
|
||||
#
|
||||
# add lib symlinks
|
||||
#
|
||||
ln -s usr/lib ${pkgdir}/lib
|
||||
|
||||
#
|
||||
# install archlinux(7) manpage
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue