diff options
| author | Keine_Ahnung <no@mail.com> | 2012-12-25 17:22:01 +0100 |
|---|---|---|
| committer | Keine_Ahnung <no@mail.com> | 2012-12-25 17:22:01 +0100 |
| commit | 60bb1babcea22151d084cd9499a09a062c2d9db0 (patch) | |
| tree | 12813bf1e35f5a922c471395330a75b8e2cc73fd | |
| parent | 4a07936bb42a3fb5e597cb63084a0b0f3d03f57c (diff) | |
| download | vdr-plugin-ripit-60bb1babcea22151d084cd9499a09a062c2d9db0.tar.gz vdr-plugin-ripit-60bb1babcea22151d084cd9499a09a062c2d9db0.tar.bz2 | |
fixed install target
| -rw-r--r-- | Makefile.1.7.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.1.7.x b/Makefile.1.7.x index 1193ba2..d81b281 100644 --- a/Makefile.1.7.x +++ b/Makefile.1.7.x @@ -112,8 +112,8 @@ install-lib: $(SOFILE) install -D $^ $(LIBDIR)/$^.$(APIVERSION) install-bin: - install -D commands/vdr-ripit $(BINDIR) - if [ ! -e $(BINDIR)/vdr-eject ]; then install -D commands/vdr-eject $(BINDIR); fi + install -D commands/vdr-ripit $(BINDIR)/vdr-ripit + if [ ! -e $(BINDIR)/vdr-eject ]; then install -D commands/vdr-eject $(BINDIR)/vdr-eject; fi install-datadir: mkdir -p $(DEFAULT_RIPIT_DIR) |
