summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2013-02-23 15:32:23 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2013-02-23 15:32:23 +0100
commit9c0cd1f2b1b425510417a337aaba9a179ff8ce6e (patch)
tree41e25fe003cea07ab0d39b96a99972c968570ee5 /Makefile
parent02fd193a7ee3cd183eaa831b88dadfd27fd26c5f (diff)
downloadvdr-plugin-live-9c0cd1f2b1b425510417a337aaba9a179ff8ce6e.tar.gz
vdr-plugin-live-9c0cd1f2b1b425510417a337aaba9a179ff8ce6e.tar.bz2
Fixed the 'dist' target of the Makefiles.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e8bf910..af04aa8 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ libvdr-$(PLUGIN).so: $(VERSIONSUFFIX) $(SUBDIRS) $(PLUGINOBJS)
ifneq ($(TNTVERS7),yes)
@echo ""
- @echo "If LIVE was built successfully and you can try to use it!"
+ @echo "LIVE was built successfully and you can try to use it!"
@echo ""
@echo ""
@echo ""
@@ -189,9 +189,9 @@ dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)
- @tar czf $(PACKAGE).tgz -C $(TMPDIR) $(ARCHIVE)
+ @tar czf $(TMPDIR)/$(PACKAGE).tar.gz -C $(TMPDIR) $(ARCHIVE)
@-rm -rf $(TMPDIR)/$(ARCHIVE)
- @echo Distribution package created as $(PACKAGE).tgz
+ @echo Distribution package created as $(TMPDIR)/$(PACKAGE).tar.gz
clean: $(SUBDIRS)
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot