From 8ba068032518c32762b32468ef1f4415fefe7574 Mon Sep 17 00:00:00 2001 From: svntobi Date: Sat, 25 Aug 2007 19:47:34 +0000 Subject: fixed typo git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5987 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1d1f113..d984ed9 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ # PLUGIN = menuorg -SVNROPOOT ?= svn+e-tobi://e-tobi.net/menuorg +SVNROOT ?= svn+e-tobi://e-tobi.net/menuorg ### The version number of this plugin (taken from the main source file): @@ -117,7 +117,7 @@ dist: clean @echo Distribution package created as $(PACKAGE).tar.gz release: dist - @svn cp -m"release $(VERSION)" $(SVNROOT)/trunk $(SVNROOT)/tags/$(VERSION) + svn cp -m"release $(VERSION)" $(SVNROOT)/trunk $(SVNROOT)/tags/$(VERSION) clean: @-rm -f $(BUILD_DEPFILE) $(TESTS_DEPFILE) *.so* *.tar.gz core* *~ -- cgit v1.2.3