summaryrefslogtreecommitdiff
path: root/community/lxnm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-13 01:16:28 -0700
committerroot <root@rshg054.dnsready.net>2013-05-13 01:16:28 -0700
commit66cb4a487ad73063c6b000279a5d5558fb7603f5 (patch)
treeee73bbc414ba8aec6b9a578578ceaabd38fff01e /community/lxnm
parent5b9e0d821dd428792bd51ed03af2b800924ce69d (diff)
Mon May 13 01:16:27 PDT 2013
Diffstat (limited to 'community/lxnm')
-rw-r--r--community/lxnm/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lxnm/PKGBUILD b/community/lxnm/PKGBUILD
index 6561411fe..d44a06750 100644
--- a/community/lxnm/PKGBUILD
+++ b/community/lxnm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 64694 2012-02-17 18:44:05Z bluewind $
+# $Id: PKGBUILD 90454 2013-05-12 16:50:48Z bluewind $
# Maintainer: Florian Pritz <flo@xinu.at>
# Contributor: CainĂ£ Costa <cainan.costa@gmail.com>
pkgname=lxnm
pkgver=0.2.2
-pkgrel=3
+pkgrel=4
pkgdesc="A Network Manager (Part of LXDE)"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -14,7 +14,7 @@ source=("http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}
package() {