[arch-commits] Commit in texmacs/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Apr 17 11:43:18 UTC 2021
Date: Saturday, April 17, 2021 @ 11:43:18
Author: arojas
Revision: 412839
Quoting
Modified:
texmacs/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-17 11:42:51 UTC (rev 412838)
+++ PKGBUILD 2021-04-17 11:43:18 UTC (rev 412839)
@@ -34,7 +34,7 @@
package() {
cd TeXmacs-${pkgver}-src/build
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
# fix fig2ps script
sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
More information about the arch-commits
mailing list