From: Ian Jackson Date: Sat, 20 Sep 2025 15:48:25 +0000 (+0100) Subject: debian/rules: Use rm -f X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8c54e07b799f28e1ac9170b8c8b5b5557616d989;p=vtwm.git debian/rules: Use rm -f This is a write-protected file. --- diff --git a/debian/rules b/debian/rules index ee9667b..f7fa82b 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ override_dh_clean: override_dh_auto_install: $(MAKE) DESTDIR=debian/vtwm install install.man \ INSTALL="install --strip-program=true" - rm debian/vtwm/etc/X11/vtwm/system.vtwmrc + rm -f debian/vtwm/etc/X11/vtwm/system.vtwmrc install -m 644 debian/system.vtwmrc-menu debian/vtwm/etc/X11/vtwm sed -n '/^RUNTIME HINTS/,$$p' debian/README.Debian