ISOEnts: install files with the right permissions

This commit is contained in:
newbluemoon 2021-11-11 10:18:18 +01:00 committed by Érico Nogueira Rolim
parent 48693d2b2f
commit fbfedd663b

View file

@ -1,7 +1,7 @@
# Template file for 'ISOEnts' # Template file for 'ISOEnts'
pkgname=ISOEnts pkgname=ISOEnts
version=1986 version=1986
revision=5 revision=6
create_wrksrc=yes create_wrksrc=yes
depends="xmlcatmgr" depends="xmlcatmgr"
short_desc="Character entity sets from ISO 8879:1986 (SGML)" short_desc="Character entity sets from ISO 8879:1986 (SGML)"
@ -13,7 +13,8 @@ checksum=dce4359a3996ed2fd33ad5eaa11a9bcfc24b5b06992e24295132b06db19a99b2
sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --" sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --"
do_install() { do_install() {
vmkdir usr/share/sgml/iso8879 for f in *; do
vcopy "*" usr/share/sgml/iso8879 vinstall $f 644 usr/share/sgml/iso8879
done
vinstall ${FILESDIR}/catalog 644 usr/share/sgml/iso8879 vinstall ${FILESDIR}/catalog 644 usr/share/sgml/iso8879
} }