summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-25 19:47:34 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-25 19:47:34 +0000
commit8ba068032518c32762b32468ef1f4415fefe7574 (patch)
treedc89581d5a579260c7f912f1e54213823b0f446b /Makefile
parentf3bbcd9476beec7c43d2adb3bc0129ff8041d7ad (diff)
downloadvdr-plugin-menuorg-0.3.tar.gz
vdr-plugin-menuorg-0.3.tar.bz2
fixed typo0.3
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5987 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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* *~