From f71889cd4de662eb29d706f8659e86d13a076fd2 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Thu, 17 May 2012 12:48:45 +0200 Subject: Fixed warnings from cppcheck Added setup menu entry to prevent deferred shutdown Added many logos from contributors --- command/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/Makefile') diff --git a/command/Makefile b/command/Makefile index eae92ff..997c20a 100644 --- a/command/Makefile +++ b/command/Makefile @@ -90,7 +90,7 @@ install: markad $(I18Nmsgs) @cp --remove-destination markad $(DESTDIR)/usr/bin/markad @$(STRIP) $(DESTDIR)/usr/bin/markad @mkdir -p $(DESTDIR)/var/lib/markad - @cp logos/* $(DESTDIR)/var/lib/markad + @cp -a logos/* $(DESTDIR)/var/lib/markad @echo markad installed clean: -- cgit v1.2.3