[arch-commits] Commit in perl-math-round/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Apr 17 11:36:51 UTC 2021
Date: Saturday, April 17, 2021 @ 11:36:51
Author: arojas
Revision: 412830
Quoting
Modified:
perl-math-round/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-17 11:36:15 UTC (rev 412829)
+++ PKGBUILD 2021-04-17 11:36:51 UTC (rev 412830)
@@ -26,8 +26,8 @@
package() {
cd "${srcdir}/Math-Round-${pkgver}"
- make install DESTDIR=${pkgdir}
+ make install DESTDIR="${pkgdir}"
- find ${pkgdir} -name '.packlist' -delete
- find ${pkgdir} -name '*.pod' -delete
+ find "${pkgdir}" -name '.packlist' -delete
+ find "${pkgdir}" -name '*.pod' -delete
}
More information about the arch-commits
mailing list