Date: Friday, August 28, 2020 @ 12:53:38 Author: freswa Revision: 690793
fix unquoted variables Modified: pingus/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-28 12:53:09 UTC (rev 690792) +++ PKGBUILD 2020-08-28 12:53:38 UTC (rev 690793) @@ -27,7 +27,7 @@ # fedora patch to fix error due to new standards # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282 - patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch + patch -Np0 -i "${srcdir}"/pingus-0.7.6-gcc470-udl.patch # manpage must be in man6, not man1 sed -i "s#/man1/#/man6/#g" Makefile # missing header @@ -45,5 +45,5 @@ make install DESTDIR="${pkgdir}" PREFIX="/usr" - install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop" + install -D -m644 "${srcdir}"/pingus.desktop "${pkgdir}"/usr/share/applications/pingus.desktop }
