summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0301268f7b4a..22bf89eb69d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=fuego-svn
pkgver=2033
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of C++ libraries for the game of Go"
arch=('i686' 'x86_64')
url="http://fuego.sourceforge.net/"
@@ -29,5 +29,5 @@ build() {
package() {
cd ${pkgname%-svn}-code
- make DESTDIR=$pkgdir install
+ make DESTDIR="$pkgdir" install
}