[arch-commits] Commit in yp-tools/trunk (PKGBUILD)

Tom Gundersen tomegun at archlinux.org
Thu Aug 30 19:22:19 UTC 2012


    Date: Thursday, August 30, 2012 @ 15:22:18
  Author: tomegun
Revision: 165810

upgpkg: yp-tools 2.12-4

install systemd file to the correct location

Modified:
  yp-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-30 18:50:26 UTC (rev 165809)
+++ PKGBUILD	2012-08-30 19:22:18 UTC (rev 165810)
@@ -6,7 +6,7 @@
 
 pkgname=yp-tools
 pkgver=2.12
-pkgrel=3
+pkgrel=4
 pkgdesc='Linux NIS Tools'
 arch=('i686' 'x86_64')
 url='http://www.linux-nis.org/nis/yp-tools/'
@@ -25,7 +25,7 @@
 package() {
 	cd "$srcdir/$pkgname-$pkgver"
 	make DESTDIR="$pkgdir" install
-	install -D -m644 ../domainname.service "${pkgdir}/usr/lib/systemd/service/domainname.service"
+	install -D -m644 ../domainname.service "${pkgdir}/usr/lib/systemd/system/domainname.service"
 }
 md5sums=('ce1e06d86caa285fa8cd76fdf103f51e'
          '8d354b76eb0df9a3b06637bfff87453b')




More information about the arch-commits mailing list