summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-11-18 03:55:42 +0100
committerhaawda2018-11-18 03:55:42 +0100
commit79fdb6be333a6fd22c6f7d375ce97e2137d23684 (patch)
tree06778957cef0e85399ea4b99b91db69e57c3364c /PKGBUILD
parent52730e2272d53b721456f00533afaa3bd6e3bd7e (diff)
downloadaur-79fdb6be333a6fd22c6f7d375ce97e2137d23684.tar.gz
more quoting of variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1346f553a4e0..fde938ec7f42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sam2p
pkgver=0.49.4
-pkgrel=6
+pkgrel=7
pkgdesc="A bitmap-to-eps-or-pdf-converter that produces very small files"
arch=('i686' 'x86_64')
url="http://www.inf.bme.hu/~pts"
@@ -32,7 +32,7 @@ build() {
package() {
cd $pkgname-$pkgver
- install -Dm755 sam2p $pkgdir/usr/bin/sam2p
- install -Dm755 sam2p_pdf_scale.pl $pkgdir/usr/bin/sam2p_pdf_scale
+ install -Dm755 sam2p "$pkgdir"/usr/bin/sam2p
+ install -Dm755 sam2p_pdf_scale.pl "$pkgdir"/usr/bin/sam2p_pdf_scale
install -Dm644 README "$pkgdir"/usr/share/sam2p/docs/README
}