[arch-commits] Commit in python2-systemd/trunk (PKGBUILD)

Daniel Wallace dwallace at nymeria.archlinux.org
Wed Mar 5 01:23:42 UTC 2014


    Date: Wednesday, March 5, 2014 @ 02:23:41
  Author: dwallace
Revision: 106495

upgpkg: python2-systemd 210-2

upgpkg: python2-systemd 210-2

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-04 23:46:22 UTC (rev 106494)
+++ PKGBUILD	2014-03-05 01:23:41 UTC (rev 106495)
@@ -3,7 +3,7 @@
 pkgname=python2-systemd
 _pkgname=systemd
 pkgver=210
-pkgrel=1
+pkgrel=2
 pkgdesc="Python2 bindings for systemd"
 arch=('x86_64' 'i686')
 url="http://www.freedesktop.org/wiki/Software/systemd/"
@@ -28,6 +28,6 @@
 package(){
 	cd "$_pkgname-$pkgver"
     make DESTDIR=$srcdir/root install
-    install -dm755 $pkgdir/usr/lib/python2.7
+    install -dm755 $pkgdir/usr/lib/
     cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ $pkgdir/usr/lib/python2.7/
 }




More information about the arch-commits mailing list