summaryrefslogtreecommitdiff
path: root/community/lxnm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-18 23:15:35 +0000
committerroot <root@rshg054.dnsready.net>2012-02-18 23:15:35 +0000
commit1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (patch)
tree24f65718bdb292fc62194464db8bee1348c48ee5 /community/lxnm
parentb31146f2405c7d0f50bcc36b682af46be84cdeb8 (diff)
Sat Feb 18 23:15:35 UTC 2012
Diffstat (limited to 'community/lxnm')
-rw-r--r--community/lxnm/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/lxnm/PKGBUILD b/community/lxnm/PKGBUILD
index 8543678e2..6561411fe 100644
--- a/community/lxnm/PKGBUILD
+++ b/community/lxnm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 25483 2010-09-05 12:15:12Z bluewind $
+# $Id: PKGBUILD 64694 2012-02-17 18:44:05Z bluewind $
# Maintainer: Florian Pritz <flo@xinu.at>
# Contributor: CainĂ£ Costa <cainan.costa@gmail.com>
pkgname=lxnm
pkgver=0.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="A Network Manager (Part of LXDE)"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -13,13 +13,13 @@ depends=('glib2')
source=("http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz")
build() {
- cd "${startdir}/src/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}
package() {
- cd "${startdir}/src/${pkgname}-${pkgver}"
- make DESTDIR=$pkgdir/ install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir" install
}
md5sums=('2ee64e5fad4a27a522f1eb2da08dd46a')