summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2014-04-26 10:09:49 +0200
committerthlo <smarttv640@gmail.com>2014-04-26 10:09:49 +0200
commit1f4c5de1370cacfb1b514d833860c372c3ff3767 (patch)
tree13bd2b831fcf07b382f34d9cf819d97326a872c0
parent8acb364a41c51c15af43409f158cb5423e333419 (diff)
downloadvdr-plugin-smarttvweb-1f4c5de1370cacfb1b514d833860c372c3ff3767.tar.gz
vdr-plugin-smarttvweb-1f4c5de1370cacfb1b514d833860c372c3ff3767.tar.bz2
Fixes
-rwxr-xr-xMakefile10
-rwxr-xr-xMakefile.new10
2 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 6eb90ea..f80b96c 100755
--- a/Makefile
+++ b/Makefile
@@ -106,13 +106,13 @@ $(SOFILE): $(OBJS)
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@
install-lib: $(SOFILE)
+ @echo "Installing conf in "$(DESTDIR)$(CONFDIR)/plugins/smarttvweb;
@if [ ! -d $(DESTDIR)$(CONFDIR)/plugins/smarttvweb ]; then \
- @echo "Creating plugin conf dir in "$(DESTDIR)$(CONFDIR); \
mkdir -p $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
- cp widget.conf $(DESTDIR)$(CONFDIR)/smarttvweb; \
- cp -r web/ $(DESTDIR)$(CONFDIR)/smarttvweb; \
- cp smarttvweb.conf $(DESTDIR)$(CONFDIR)/smarttvweb; \
- chown -R vdr:vdr $(DESTDIR)$(CONFDIR)/smarttvweb; \
+ cp widget.conf $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
+ cp -r web/ $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
+ cp smarttvweb.conf $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
+ chown -R vdr:vdr $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
fi
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)
diff --git a/Makefile.new b/Makefile.new
index 6eb90ea..f80b96c 100755
--- a/Makefile.new
+++ b/Makefile.new
@@ -106,13 +106,13 @@ $(SOFILE): $(OBJS)
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@
install-lib: $(SOFILE)
+ @echo "Installing conf in "$(DESTDIR)$(CONFDIR)/plugins/smarttvweb;
@if [ ! -d $(DESTDIR)$(CONFDIR)/plugins/smarttvweb ]; then \
- @echo "Creating plugin conf dir in "$(DESTDIR)$(CONFDIR); \
mkdir -p $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
- cp widget.conf $(DESTDIR)$(CONFDIR)/smarttvweb; \
- cp -r web/ $(DESTDIR)$(CONFDIR)/smarttvweb; \
- cp smarttvweb.conf $(DESTDIR)$(CONFDIR)/smarttvweb; \
- chown -R vdr:vdr $(DESTDIR)$(CONFDIR)/smarttvweb; \
+ cp widget.conf $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
+ cp -r web/ $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
+ cp smarttvweb.conf $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
+ chown -R vdr:vdr $(DESTDIR)$(CONFDIR)/plugins/smarttvweb; \
fi
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)