summaryrefslogtreecommitdiff
path: root/community/macchanger/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/macchanger/PKGBUILD')
-rw-r--r--community/macchanger/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/macchanger/PKGBUILD b/community/macchanger/PKGBUILD
index b1a96f587..4d9b37ea1 100644
--- a/community/macchanger/PKGBUILD
+++ b/community/macchanger/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 67090 2012-03-03 20:37:59Z kkeen $
+# $Id: PKGBUILD 82851 2013-01-25 02:08:04Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=macchanger
pkgver=1.5.0
-pkgrel=5
-pkgdesc="A small utility to change you NIC's MAC address"
+pkgrel=6
+pkgdesc="A small utility to change your NIC's MAC address"
arch=('i686' 'x86_64' 'mips64el')
url="http://ftp.gnu.org/gnu/macchanger"
license=('GPL')
@@ -23,5 +23,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}