diff options
| author | Jochen Dolze <vdr@dolze.de> | 2012-05-17 12:48:45 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2012-05-17 12:48:45 +0200 |
| commit | f71889cd4de662eb29d706f8659e86d13a076fd2 (patch) | |
| tree | f2f40415b05ebfaf18c3d39c16796f4b0eab0c21 /command/Makefile | |
| parent | 0942647e18e14cfd5f1ab651da0660618490d834 (diff) | |
| download | vdr-plugin-markad-f71889cd4de662eb29d706f8659e86d13a076fd2.tar.gz vdr-plugin-markad-f71889cd4de662eb29d706f8659e86d13a076fd2.tar.bz2 | |
Fixed warnings from cppcheck
Added setup menu entry to prevent deferred shutdown
Added many logos from contributors
Diffstat (limited to 'command/Makefile')
| -rw-r--r-- | command/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
