summaryrefslogtreecommitdiff
path: root/dist/epgdata2xmltv/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-05-07 18:33:49 +0200
committerJochen Dolze <vdr@dolze.de>2012-05-07 18:33:49 +0200
commit0ef63a4652cc361a0067acb02b778c456b7190be (patch)
tree20dd2308757449bc28c786e2e5d108d3be3cdcd6 /dist/epgdata2xmltv/Makefile
parenta401b5286f128d99ef627dc3522545f60899b1b9 (diff)
downloadvdr-plugin-xmltv2vdr-0ef63a4652cc361a0067acb02b778c456b7190be.tar.gz
vdr-plugin-xmltv2vdr-0ef63a4652cc361a0067acb02b778c456b7190be.tar.bz2
Improved epgdata2xmltv, added audio/video/starrating/icon-tags
Diffstat (limited to 'dist/epgdata2xmltv/Makefile')
-rw-r--r--dist/epgdata2xmltv/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/epgdata2xmltv/Makefile b/dist/epgdata2xmltv/Makefile
index e13b84d..bf8a089 100644
--- a/dist/epgdata2xmltv/Makefile
+++ b/dist/epgdata2xmltv/Makefile
@@ -67,7 +67,9 @@ install: epgdata2xmltv
@cp epgdata2xmltv $(INSTALL)
$(STRIP) $(INSTALL)/epgdata2xmltv
@mkdir -p /var/lib/epgsources
+ @mkdir -p /var/lib/epgsources/epgdata2xmltv-img
@cp epgdata2xmltv.dist /var/lib/epgsources/epgdata2xmltv
+ @chown -R vdr.vdr /var/lib/epgsources
dist: clean
@-rm -rf $(TMPDIR)/epgdata2xmltv
@@ -77,7 +79,7 @@ dist: clean
@-rm -rf $(TMPDIR)/epgdata2xmltv
clean:
- @-rm -f $(OBJS) $(DEPFILE) epgdata2xmltv epgdata2xmltv_xsl.h
+ @-rm -f $(OBJS) $(DEPFILE) *.*~ epgdata2xmltv epgdata2xmltv_xsl.h
distclean: clean
@-rm -f *~ *.tgz