chiark / gitweb /
debian/rules: Use rm -f
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Sep 2025 15:48:25 +0000 (16:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Sep 2025 15:48:25 +0000 (16:48 +0100)
This is a write-protected file.

debian/rules

index ee9667b620ae68f264529c734625631d0662f725..f7fa82b6fc08a0469b399e7cfbf4a8b8e20136bb 100755 (executable)
@@ -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' <doc/INSTALL >debian/README.Debian