mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/initscripts: plugrel bump, changed armv7 arch to armv7h
This commit is contained in:
parent
37ba86070b
commit
c6cbc2b0e7
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ pkgname=initscripts
|
|||
pkgver=2011.06.4
|
||||
pkgrel=1
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
plugrel=1
|
||||
arch=('arm' 'armv7')
|
||||
plugrel=2
|
||||
arch=('arm' 'armv7h')
|
||||
url="http://www.archlinuxarm.org"
|
||||
license=('GPL2')
|
||||
groups=('base')
|
||||
|
@ -69,7 +69,7 @@ package() {
|
|||
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
|
||||
|
||||
# On the armv7 boards, all ttys are enabled in this inittab file
|
||||
if [ "${CARCH}" = "armv7" ]; then
|
||||
if [ "${CARCH}" = "armv7h" ]; then
|
||||
install -D -m644 inittab.armv7 ${pkgdir}/etc/inittab
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue