summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-08-08 18:30:27 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-08-08 18:30:27 +0000
commit7118608d8c0e4a189574b97c12ca4cff4018c5e8 (patch)
tree3ea54d7619fd79618426e7bc9e6f8e7d8ecdd100 /Makefile
parent5736cc4649569c91f2891a88635cdf66ccbb2bfa (diff)
downloadvdr-plugin-muggle-7118608d8c0e4a189574b97c12ca4cff4018c5e8.tar.gz
vdr-plugin-muggle-7118608d8c0e4a189574b97c12ca4cff4018c5e8.tar.bz2
fix some compilation errors after changing development system
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1207 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 730ff70..5ed62cd 100644
--- a/Makefile
+++ b/Makefile
@@ -202,13 +202,15 @@ i18n: $(I18Nmsgs) $(I18Npot)
libvdr-$(PLUGIN).so: $(OBJS) $(MOBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) $(MOBJS) $(PLAYLIBS) $(MLIBS) $(SQLLIBS) -o $@
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
+ chmod 644 $(LIBDIR)/$@.$(APIVERSION)
mugglei: mg_tools.o mugglei.o $(DB_OBJ) mg_listitem.o mg_item.o mg_item_gd.o mg_valmap.o mg_setup.o
$(CXX) $(CXXFLAGS) $^ $(MILIBS) $(SQLLIBS) -o $@
install: all
@cp --remove-destination $(LIBDIR)/libvdr-muggle*.so.* \
- $(DESTDIR)/usr/lib/vdr/
+ $(DESTDIR)$(PLUGINLIBDIR)
+ @chmod 644 $(DESTDIR)$(PLUGINLIBDIR)/libvdr-muggle*.so*
@cp mugglei $(DESTDIR)$(BINDIR)/
@cp scripts/muggle-image-convert $(DESTDIR)$(BINDIR)/