[arch-commits] Commit in libdaemon/trunk (PKGBUILD)
Thayer Williams
thayer at archlinux.org
Sun Jun 21 18:54:17 UTC 2009
Date: Sunday, June 21, 2009 @ 14:54:16
Author: thayer
Revision: 43290
upgpkg: libdaemon 0.13-2
changed localstatedir to var...thx EvilSnowball
Modified:
libdaemon/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-21 16:39:14 UTC (rev 43289)
+++ PKGBUILD 2009-06-21 18:54:16 UTC (rev 43290)
@@ -1,11 +1,11 @@
# $Id$
# Contributor: Manolis Tzanidakis
-# Contributor: Mark Rosenstand <mark at archlinux.org>
-# Maintainer: Thayer Williams <thayer at archlinux.org>
+# Contributor: Mark Rosenstand <mark at archlinux.org>
+# Maintainer: Thayer Williams <thayer at archlinux.org>
pkgname=libdaemon
pkgver=0.13
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight C library which eases the writing of UNIX daemons"
url="http://0pointer.de/lennart/projects/libdaemon/"
license=('LGPL')
@@ -17,7 +17,7 @@
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --disable-lynx || return 1
+ ./configure --prefix=/usr --localstatedir=/var --disable-lynx || return 1
make || return 1
make DESTDIR=$pkgdir install || return 1
}
More information about the arch-commits
mailing list