From 5ad1b09971407f45bc2fe561033af27a3b0aaf30 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 5 May 2024 23:29:40 +0300 Subject: [PATCH] fix: remove unused defcfg command from the Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 34b0f64..54d29cc 100644 --- a/Makefile +++ b/Makefile @@ -45,9 +45,6 @@ install: cp $$po/mc.mo $(DESTDIR)/usr/share/$$po ; \ done -defcfg: - cp -v install/cfg.default $(DESTDIR)/etc/mc/cfg - uninstall: rm -v $(DESTDIR)$(prefix)/bin/mc @for cmd in $(CMDS) ; do \