diff options
author | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
commit | c16968d4179be76966c262f854c9e1fb827dc3ec (patch) | |
tree | 3dc52f45dc9b7b4a2999ca42a28631072abb7e39 /community/ndisc6 | |
parent | 32793d9a5b60ef0591c71c12ad75121d9b155adf (diff) |
Tue Mar 26 00:06:15 PDT 2013
Diffstat (limited to 'community/ndisc6')
-rw-r--r-- | community/ndisc6/PKGBUILD | 6 | ||||
-rw-r--r-- | community/ndisc6/ndisc6.install | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/ndisc6/PKGBUILD b/community/ndisc6/PKGBUILD index 8a54b20ff..597b62b92 100644 --- a/community/ndisc6/PKGBUILD +++ b/community/ndisc6/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 82792 2013-01-24 13:20:12Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@archlinux.org> +# $Id: PKGBUILD 86933 2013-03-25 01:19:53Z seblu $ +# Maintainer: Sébastien Luttringer # Contributor: Chris Brannon <chris@the-brannons.com> # Contributor: Mark Smith <markzzzsmith@yahoo.com.au> pkgname=ndisc6 pkgver=1.0.2 -pkgrel=5 +pkgrel=6 pkgdesc='Collection of IPv6 networking utilities' arch=('i686' 'x86_64') url='http://www.remlab.net/ndisc6/' diff --git a/community/ndisc6/ndisc6.install b/community/ndisc6/ndisc6.install index 7d917ca19..fb1d5c926 100644 --- a/community/ndisc6/ndisc6.install +++ b/community/ndisc6/ndisc6.install @@ -2,7 +2,7 @@ # arg 1: the new package version post_install() { - systemd-tmpfiles --create usr/lib/tmpfiles.d/ndisc6.conf + systemd-tmpfiles --create ndisc6.conf } # vim:set ts=2 sw=2 ft=sh et: |