mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/filesystem to 2013.01-3, core/glibc to 2.17-3
This commit is contained in:
parent
8f33300f9d
commit
d9f66a52e3
3 changed files with 4 additions and 16 deletions
|
@ -8,7 +8,7 @@ noautobuild=1
|
||||||
|
|
||||||
pkgname=filesystem
|
pkgname=filesystem
|
||||||
pkgver=2013.01
|
pkgver=2013.01
|
||||||
pkgrel=1
|
pkgrel=3
|
||||||
pkgdesc='Base filesystem'
|
pkgdesc='Base filesystem'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -16,7 +16,7 @@ url='http://www.archlinux.org'
|
||||||
groups=('base')
|
groups=('base')
|
||||||
install='filesystem.install'
|
install='filesystem.install'
|
||||||
makedepends=('asciidoc')
|
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'
|
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/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 'etc/nsswitch.conf'
|
||||||
'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
|
'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
|
||||||
|
|
|
@ -1,13 +1,3 @@
|
||||||
post_install() {
|
|
||||||
[ -f var/log/lastlog ] || : >var/log/lastlog
|
|
||||||
[ -f var/log/wtmp ] || : >var/log/wtmp
|
|
||||||
[ -f var/log/btmp ] || { : >var/log/btmp && chmod 600 var/log/btmp; }
|
|
||||||
# workaround for bug #7194
|
|
||||||
# readded due to bug #9465
|
|
||||||
# please do not remove!
|
|
||||||
chmod 1777 var/spool/mail tmp var/tmp
|
|
||||||
}
|
|
||||||
|
|
||||||
# args: <group> [options]
|
# args: <group> [options]
|
||||||
_addgroup() {
|
_addgroup() {
|
||||||
if ! getent group "$1" >/dev/null; then
|
if ! getent group "$1" >/dev/null; then
|
||||||
|
@ -23,8 +13,6 @@ _adduser() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
post_install
|
|
||||||
|
|
||||||
_addgroup optical -g 93
|
_addgroup optical -g 93
|
||||||
_addgroup audio -g 92
|
_addgroup audio -g 92
|
||||||
_addgroup video -g 91
|
_addgroup video -g 91
|
||||||
|
|
|
@ -13,13 +13,13 @@ noautobuild=1
|
||||||
|
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
pkgver=2.17
|
pkgver=2.17
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="GNU C Library"
|
pkgdesc="GNU C Library"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.gnu.org/software/libc"
|
url="http://www.gnu.org/software/libc"
|
||||||
license=('GPL' 'LGPL')
|
license=('GPL' 'LGPL')
|
||||||
groups=('base')
|
groups=('base')
|
||||||
depends=('linux-api-headers>=3.7' 'tzdata')
|
depends=('linux-api-headers>=3.7' 'tzdata' 'filesystem>=2013.01')
|
||||||
makedepends=('gcc>=4.7')
|
makedepends=('gcc>=4.7')
|
||||||
backup=(etc/gai.conf
|
backup=(etc/gai.conf
|
||||||
etc/locale.gen
|
etc/locale.gen
|
||||||
|
|
Loading…
Reference in a new issue