summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-11-20 17:18:50 +0100
committerhaawda2018-11-20 17:18:50 +0100
commite1d4161c018b1d264c4f31be8f9a6f25dd4766f8 (patch)
tree8ee3d557fc63ed60ded0d83839c65fcb57b718a0
parent1dae4d224af934d8f1e329e249d8ede5da69e5ee (diff)
downloadaur-fuego-svn.tar.gz
quote pkgdir variable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 736a76ccd96d..079b4ac6a615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fuego-svn
pkgdesc = A collection of C++ libraries for the game of Go
pkgver = 2033
- pkgrel = 1
+ pkgrel = 2
url = http://fuego.sourceforge.net/
arch = i686
arch = x86_64
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
}