games-roguelike/cataclysm-dda: Append SLOT to zzip binary

Signed-off-by: strategictraveler <strategictraveler@proton.me>
This commit is contained in:
strategictraveler
2025-08-14 11:31:17 +00:00
parent c73671738e
commit bf7060d0ad

View File

@@ -77,6 +77,7 @@ src_prepare() {
-e "s/-Werror //" \
-e "s/TARGET_NAME = cataclysm/TARGET_NAME = cataclysm-${SLOT}/" \
-e "s/\$(TARGET_NAME)-tiles/cataclysm-tiles-${SLOT}/" \
-e "s/ZZIP_BIN=zzip/ZZIP_BIN=zzip-${SLOT}/g" \
-e "s/CataclysmDDA/CataclysmDDA-${SLOT}/" \
-e "s/${PN}/${PN}-${SLOT}/" \
"Makefile" || die