summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorn.boughton2015-09-15 11:40:13 +0100
committern.boughton2015-09-15 11:40:13 +0100
commit0db814ca7b9eb9ade80ab645405f67a6b9236eb6 (patch)
treee964218f9866f37973ced1404c6de470cb380a66
parent59b85f205095d01326be4cbb370fcb527ad9d785 (diff)
downloadaur-0db814ca7b9eb9ade80ab645405f67a6b9236eb6.tar.gz
Fixed error in package function
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1c7426d1c05..17017ef1ff32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Nick Boughton <nicholasboughton@gmail.com>
pkgname=gnome-mud
pkgver=0.11.2
-pkgrel=1
+pkgrel=2
pkgdesc="GnomeMud is an advanced MUD client for GNOME"
arch=('i686' 'x86_64')
url="https://wiki.gnome.org/Apps/GnomeMud"
@@ -19,7 +19,7 @@ build() {
}
package() {
- cd "$pkgname-$pkgver}"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}