summaryrefslogtreecommitdiff
path: root/community/python2-systemd
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-06 03:42:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-06 03:42:24 +0000
commitc183da9d3df5445f5021cd6563012ba2abfc393e (patch)
tree825211c0af8ca26a450f4bdeeb58ccfbb88e13df /community/python2-systemd
parent4f7963b7ddc283ae57ceb68e7f4d51b3994e0070 (diff)
Thu Mar 6 03:38:39 UTC 2014
Diffstat (limited to 'community/python2-systemd')
-rw-r--r--community/python2-systemd/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python2-systemd/PKGBUILD b/community/python2-systemd/PKGBUILD
index b43674568..8b420df5e 100644
--- a/community/python2-systemd/PKGBUILD
+++ b/community/python2-systemd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 106488 2014-03-04 15:41:22Z dwallace $
+# $Id: PKGBUILD 106496 2014-03-05 02:09:28Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com
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 @@ build() {
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/
}