summaryrefslogtreecommitdiff
path: root/community/simavr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/simavr/PKGBUILD')
-rw-r--r--community/simavr/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/simavr/PKGBUILD b/community/simavr/PKGBUILD
index fd6d4357b..aa2e8370f 100644
--- a/community/simavr/PKGBUILD
+++ b/community/simavr/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=simavr
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='A lean, mean and hackable AVR simulator'
arch=('i686' 'x86_64')
url="https://github.com/buserror-uk/simavr"
@@ -25,7 +25,7 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/usr" install
+ make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
}
md5sums=('82c9704a4e8569548f01931e32ebfe0c')