pmt: fix wrong erase path

This commit is contained in:
2024-07-21 22:03:59 +03:00
committed by GitHub
parent 2dcf2c124f
commit 8c8d9edbd4

View File

@@ -69,7 +69,7 @@ all:
$(hide)printf " - Copying files...\n" $(hide)printf " - Copying files...\n"
# prepare # prepare
$(hide)cp -r $(DEBUTILS_DIR)/data $(TEMP_DIR) || exit 1 $(hide)cp -r $(DEBUTILS_DIR)/data $(TEMP_DIR) || exit 1
$(hide)rm -f $(DEBTERMUX_USR)/share/man/man1/dummy $(hide)rm -f $(DEBTERMUX_USR)/share/man/man8/dummy
$(hide)rm -f $(DEBTERMUX_USR)/bin/dummy $(hide)rm -f $(DEBTERMUX_USR)/bin/dummy
$(call mdir,$(TEMP_DIR)/DEBIAN) $(call mdir,$(TEMP_DIR)/DEBIAN)
$(hide)abort() { \ $(hide)abort() { \