summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}