mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 06:35:24 +02:00
Also known as "xtraeme's build package system". --HG-- extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
14 lines
518 B
Bash
14 lines
518 B
Bash
#
|
|
# Create XML and SGML catalogs once built.
|
|
#
|
|
|
|
echo "=> Creating SGML catalogs..."
|
|
$wrksrc/xmlcatmgr -sc $wrksrc/catalog.etc.sgml create
|
|
$wrksrc/xmlcatmgr -sc $wrksrc/catalog.sgml create
|
|
$wrksrc/xmlcatmgr -sc $wrksrc/catalog.etc.sgml add CATALOG \
|
|
$XBPS_MASTERDIR/share/sgml/catalog
|
|
echo "=> Creating XML catalogs..."
|
|
$wrksrc/xmlcatmgr -c $wrksrc/catalog.etc.xml create
|
|
$wrksrc/xmlcatmgr -c $wrksrc/catalog.xml create
|
|
$wrksrc/xmlcatmgr -c $wrksrc/catalog.etc.xml add nextCatalog \
|
|
$XBPS_MASTERDIR/share/xml/catalog
|