summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVianney le Clément de Saint-Marcq2013-06-03 13:46:31 +0200
committerVianney le Clément de Saint-Marcq2015-06-11 20:43:07 +0200
commit098e62e57018b859aa239fc81c9195fda944c119 (patch)
treea65e14bc90f2fce7ee25122affda925bb6245a22 /PKGBUILD
parentffa1066f5e4202935629e1f7d1f4cfd0d4e67e48 (diff)
downloadaur-upslug2-openwrt.tar.gz
Move binary to /usr/bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b427205e01d..8004741808de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Laszlo Papp <djszapi2 at gmail com>
pkgname=upslug2-openwrt
pkgver=41
-pkgrel=4
+pkgrel=5
pkgdesc="A tool to flash your NSLU2 (Slug) from a computer on a local network. (With OpenWRT patches)"
url="http://www.nslu2-linux.org/wiki/Main/UpSlug2"
depends=('gcc-libs')
@@ -27,7 +27,7 @@ prepare() {
build() {
cd "$srcdir/upslug2"
autoreconf -i
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}