mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/initscripts to 2012.05.1-3
This commit is contained in:
parent
bce07c3195
commit
372a429cec
1 changed files with 5 additions and 2 deletions
|
@ -11,14 +11,14 @@ plugrel=1
|
|||
|
||||
pkgname=initscripts
|
||||
pkgver=2012.05.1
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
arch=('any')
|
||||
url="http://www.archlinux.org"
|
||||
license=('GPL2')
|
||||
groups=('base')
|
||||
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown etc/conf.d/wireless)
|
||||
depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=182' 'iproute2'
|
||||
depends=('glibc' 'bash' 'grep' 'coreutils' 'systemd-tools' 'iproute2'
|
||||
'ncurses' 'kbd' 'findutils' 'sysvinit')
|
||||
optdepends=('bridge-utils: Network bridging support'
|
||||
'dhcpcd: DHCP network configuration'
|
||||
|
@ -45,4 +45,7 @@ package() {
|
|||
|
||||
make DESTDIR=${pkgdir} install
|
||||
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
|
||||
|
||||
# these moved to systemd-tools, will be gone in the next initscripts release
|
||||
rm ${pkgdir}/usr/share/man/man5/{hostname,{locale,vconsole}.conf}.5
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue