core/initscripts: plugrel bump, changed armv7 arch to armv7h

This commit is contained in:
Kevin Mihelich 2011-06-20 17:53:09 -04:00
parent 37ba86070b
commit c6cbc2b0e7

View file

@ -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
}