summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Phillips2017-03-16 11:25:14 +1300
committerDavid Phillips2017-03-16 11:25:14 +1300
commitc763b969d9730813a440cd74049e25e7cbef9fe6 (patch)
treec9d07b4bb081eb1c43c0c5278055aac42df7f859 /PKGBUILD
parent9d9d6add6782c12bccd98c4cc13390b084211bd9 (diff)
downloadaur-c763b969d9730813a440cd74049e25e7cbef9fe6.tar.gz
Improve usage of quotes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96761fcb9198..5113a9bb83bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,5 +27,4 @@ package () {
tar -xzv \
-f "${srcdir}/${_pkgname}-${pkgver}/dist/${_pkgname}-${pkgver}.linux"*".tar.gz" \
-C "${pkgdir}"
-
}