summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2019-06-17 13:55:36 +0200
committerUffe Jakobsen2019-06-17 13:55:36 +0200
commit2059c7477279119751fa15a069491ddfbe825f8d (patch)
tree23c75ca1732b11ebec003e9d0ae3ed6d1841a970
parentfbe824970ef9e80975a50b817adbc564b4829693 (diff)
downloadaur-2059c7477279119751fa15a069491ddfbe825f8d.tar.gz
Fix for prefix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4bc5b26b7f9..05ef2efe9a80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jun 17 11:49:26 UTC 2019
+# Mon Jun 17 11:54:51 UTC 2019
pkgbase = tass64
pkgdesc = tass64 is cross (turbo) assembler targeting the MOS 65xx series of micro processors (6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02)
pkgver = 1.54.1900
- pkgrel = 1
+ pkgrel = 2
url = http://tass64.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2d700e49e035..cfdfb85e0072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
#
pkgname=tass64
pkgver=1.54.1900
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="tass64 is cross (turbo) assembler targeting the MOS 65xx series of micro processors (6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02)"
arch=('i686' 'x86_64')
@@ -51,7 +51,7 @@ check()
package()
{
cd "${srcdir}/${_pkgname}-${pkgver}-src"
- make DESTDIR="${pkgdir}" install
+ make prefix=/usr DESTDIR="${pkgdir}" install
}
#