summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-11-20 17:18:50 +0100
committerhaawda2018-11-20 17:18:50 +0100
commite1d4161c018b1d264c4f31be8f9a6f25dd4766f8 (patch)
tree8ee3d557fc63ed60ded0d83839c65fcb57b718a0 /PKGBUILD
parent1dae4d224af934d8f1e329e249d8ede5da69e5ee (diff)
downloadaur-fuego-svn.tar.gz
quote pkgdir variable
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
}