diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-05-07 18:33:49 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-05-07 18:33:49 +0200 |
commit | 0ef63a4652cc361a0067acb02b778c456b7190be (patch) | |
tree | 20dd2308757449bc28c786e2e5d108d3be3cdcd6 /dist/epgdata2xmltv/Makefile | |
parent | a401b5286f128d99ef627dc3522545f60899b1b9 (diff) | |
download | vdr-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/Makefile | 4 |
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 |