Skip to content
Snippets Groups Projects
Commit f045b157 authored by Guillaume Alaux's avatar Guillaume Alaux
Browse files

Add double-quotes around 'dir' variables

parent 03c7a30e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
python2 setup.py install --skip-build --root=${pkgdir}
python2 setup.py install --skip-build --root="${pkgdir}"
rm -f ${pkgdir}/usr/share/icons/hicolor/icon-theme.cache
rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment