diff options
| author | Jochen Dolze <vdr@dolze.de> | 2013-10-11 19:25:02 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2013-10-11 19:25:02 +0200 |
| commit | da47046c4fb63fcfbf92673b59dea025ddfca62d (patch) | |
| tree | 2002b58724f65a7bca634a6d135cbfde0e01f7ee /command/Makefile | |
| parent | 49322647b9a2b30716ab7da97b66b6b223f0b13e (diff) | |
| download | vdr-plugin-markad-da47046c4fb63fcfbf92673b59dea025ddfca62d.tar.gz vdr-plugin-markad-da47046c4fb63fcfbf92673b59dea025ddfca62d.tar.bz2 | |
New logos from satellit #1098, seahawk1986 #1375, MegaV0lt #1450 + #1418
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 0230301..26a0751 100644 --- a/command/Makefile +++ b/command/Makefile @@ -96,7 +96,7 @@ install: install-doc markad $(I18Nmsgs) @cp --remove-destination markad $(DESTDIR)/usr/bin/markad @$(STRIP) $(DESTDIR)/usr/bin/markad @mkdir -p $(DESTDIR)/var/lib/markad - @cp -a logos/* $(DESTDIR)/var/lib/markad + @cp -u logos/* $(DESTDIR)/var/lib/markad @echo markad installed clean: |
