aboutsummaryrefslogtreecommitdiffstats
path: root/syncterm/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-04-11 02:34:21 +0200
committerMattias Andrée <maandree@operamail.com>2013-04-11 02:34:21 +0200
commita82fd2c0ba7bfd9798c5467dc52c2e84030849c3 (patch)
tree85457ec3df64c8f812a4aa65b72d1af498447c1a /syncterm/PKGBUILD
parentm + syncterm (diff)
downloadaur-packages-a82fd2c0ba7bfd9798c5467dc52c2e84030849c3.tar.gz
aur-packages-a82fd2c0ba7bfd9798c5467dc52c2e84030849c3.tar.bz2
aur-packages-a82fd2c0ba7bfd9798c5467dc52c2e84030849c3.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'syncterm/PKGBUILD')
-rw-r--r--syncterm/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/syncterm/PKGBUILD b/syncterm/PKGBUILD
index 62d8179..e93c000 100644
--- a/syncterm/PKGBUILD
+++ b/syncterm/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=syncterm
pkgver=0.9.5b
-pkgrel=1
+pkgrel=2
pkgdesc="A BBS terminal program."
url="http://syncterm.bbsdev.net"
license='GPL'
@@ -14,7 +14,7 @@ md5sums=('7225918037976da8550490676165c9d0')
build() {
cd "$srcdir/syncterm-"*
cd "src/syncterm/"
- make PREFIX="/usr"
+ make SRC_ROOT="$(realpath ..)" PREFIX="/usr"
}
package() {