diff options
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 |