diff options
author | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-01 15:17:53 +0000 |
---|---|---|
committer | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-01 15:17:53 +0000 |
commit | 23e8155da3f926436905f869d81522df1cf3c6e1 (patch) | |
tree | 3550fd69321e0714334df17fee27b208d758eaf3 | |
parent | e9373aae98c51088d8cf78c20d6d54e2f9692866 (diff) | |
download | vdr-plugin-muggle-23e8155da3f926436905f869d81522df1cf3c6e1.tar.gz vdr-plugin-muggle-23e8155da3f926436905f869d81522df1cf3c6e1.tar.bz2 |
Use LIBDIR more.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@988 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ mugglei: mg_tools.o mugglei.o mg_db.o $(DB_OBJ) mg_listitem.o mg_item.o mg_item_ $(CXX) $(CXXFLAGS) $^ $(MILIBS) $(SQLLIBS) -o $@ install: - @cp --remove-destination ../../lib/libvdr-muggle*.so.* \ + @cp --remove-destination $(LIBDIR)/libvdr-muggle*.so.* \ $(DESTDIR)/usr/lib/vdr/ @cp mugglei $(DESTDIR)$(BINDIR)/ @cp scripts/muggle-image-convert $(DESTDIR)$(BINDIR)/ |