netctl: move everything to pkg destdir; revbump++

This commit is contained in:
Juan RP 2013-06-04 18:20:53 +02:00
parent 0c1a7ec882
commit c190a011b6

View File

@ -1,7 +1,7 @@
# Template file for 'netctl'
pkgname=netctl
version=1.1
revision=2
revision=3
short_desc="Profile based systemd network management"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
homepage="http://projects.archlinux.org/netctl.git/"
@ -23,6 +23,6 @@ netctl_package() {
/etc/netctl/interfaces 0750 root root
/etc/netctl/hooks 0750 root root"
pkg_install() {
vmove usr
vmove all
}
}