summarylogtreecommitdiffstats
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
parentffa1066f5e4202935629e1f7d1f4cfd0d4e67e48 (diff)
downloadaur-098e62e57018b859aa239fc81c9195fda944c119.tar.gz
Move binary to /usr/bin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4541a64ac096..988d9d78e389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = upslug2-openwrt
pkgdesc = A tool to flash your NSLU2 (Slug) from a computer on a local network. (With OpenWRT patches)
pkgver = 41
- pkgrel = 4
+ pkgrel = 5
url = http://www.nslu2-linux.org/wiki/Main/UpSlug2
arch = i686
arch = x86_64
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
}