[arch-commits] Commit in python-flask-script/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Fri Aug 28 12:55:35 UTC 2020


    Date: Friday, August 28, 2020 @ 12:55:35
  Author: freswa
Revision: 690802

fix unquoted variables

Modified:
  python-flask-script/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 12:55:31 UTC (rev 690801)
+++ PKGBUILD	2020-08-28 12:55:35 UTC (rev 690802)
@@ -22,7 +22,7 @@
 
 prepare() {
   cd ${_pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/flask.ext.script_import.patch
+  patch -Np1 -i "${srcdir}"/flask.ext.script_import.patch
 }
 
 build() {
@@ -38,7 +38,7 @@
 package() {
   cd ${_pkgname}-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 664 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 664 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list