[arch-commits] Commit in opensp/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Apr 17 11:36:16 UTC 2021
Date: Saturday, April 17, 2021 @ 11:36:15
Author: arojas
Revision: 412829
Quoting
Modified:
opensp/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-17 11:35:16 UTC (rev 412828)
+++ PKGBUILD 2021-04-17 11:36:15 UTC (rev 412829)
@@ -38,14 +38,14 @@
# add symlinks for compatibility with jade, see FS#49775
for file in nsgmls sgmlnorm spam spcat spent sx ; do
- ln -s o$file $pkgdir/usr/bin/$file
- echo ".so man1/o${file}.1" > $pkgdir/usr/share/man/man1/${file}.1
+ ln -s o$file "$pkgdir"/usr/bin/$file
+ echo ".so man1/o${file}.1" > "$pkgdir"/usr/share/man/man1/${file}.1
done
- ln -v -sf libosp.so $pkgdir/usr/lib/libsp.so
+ ln -v -sf libosp.so "$pkgdir"/usr/lib/libsp.so
# Rename sx to sgml2xml; FS#49792
- mv $pkgdir/usr/bin/sx $pkgdir/usr/bin/sgml2xml
- mv $pkgdir/usr/share/man/man1/{sx,sgml2xml}.1
+ mv "$pkgdir"/usr/bin/sx "$pkgdir"/usr/bin/sgml2xml
+ mv "$pkgdir"/usr/share/man/man1/{sx,sgml2xml}.1
install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list