1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Sun, 25 May 2025 20:54:51 +0200
Subject: Debian packaging handles /etc/defaults file itself
Forwarded: not-needed
Last-Update: 2020-11-19
---
Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Makefile b/Makefile
index 2a01e9a..1250f70 100644
--- a/Makefile
+++ b/Makefile
@@ -147,9 +147,6 @@ genericinstall: atop atopacctd atopconvert atopcat atophide
if [ ! -d $(DESTDIR)$(MAN8PATH) ]; \
then mkdir -p $(DESTDIR)$(MAN8PATH); fi
#
- touch $(DESTDIR)$(DEFPATH)/atop
- chmod 644 $(DESTDIR)$(DEFPATH)/atop
- #
cp atop $(DESTDIR)$(BINPATH)/atop
chmod 0711 $(DESTDIR)$(BINPATH)/atop
ln -sf atop $(DESTDIR)$(BINPATH)/atopsar
|