From 7c151ac5589d3dbef5972f69a62b847ecf565bfa Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Oct 2013 01:04:25 -0700 Subject: Wed Oct 30 01:01:59 PDT 2013 --- community/fbpanel/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/fbpanel') diff --git a/community/fbpanel/PKGBUILD b/community/fbpanel/PKGBUILD index 53119bb8e..287189613 100644 --- a/community/fbpanel/PKGBUILD +++ b/community/fbpanel/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98391 2013-10-09 14:15:54Z spupykin $ +# $Id: PKGBUILD 99522 2013-10-29 10:57:06Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Jeff Mickey # Contributor: Torin Daniel @@ -6,7 +6,7 @@ pkgname=fbpanel pkgver=6.1 -pkgrel=4 +pkgrel=5 pkgdesc="NetWM compliant desktop panel" arch=('i686' 'x86_64') url="http://fbpanel.sourceforge.net/" @@ -20,7 +20,7 @@ md5sums=('80ca0c64195b30587cfcb8c2cd9887a0' build() { cd "$srcdir/$pkgname-$pkgver" patch -p1 <$srcdir/battery_fix.patch - ./configure --prefix=/usr + ./configure --prefix=/usr --libexecdir=/usr/lib echo "LDFLAGSX += -lX11 -lm" >>config.mk make } -- cgit v1.2.3-54-g00ecf