summaryrefslogtreecommitdiff
path: root/gmpc-plugin-autoplaylist-plugins_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gmpc-plugin-autoplaylist-plugins_path.patch')
-rw-r--r--gmpc-plugin-autoplaylist-plugins_path.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/gmpc-plugin-autoplaylist-plugins_path.patch b/gmpc-plugin-autoplaylist-plugins_path.patch
deleted file mode 100644
index 2e2f9d6..0000000
--- a/gmpc-plugin-autoplaylist-plugins_path.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -urN gmpc-autoplaylist-0.15.5.0/src/Makefile.am gmpc-autoplaylist-0.15.5.0.new/src/Makefile.am
---- gmpc-autoplaylist-0.15.5.0/src/Makefile.am 2007-11-29 14:53:13.000000000 +0100
-+++ gmpc-autoplaylist-0.15.5.0.new/src/Makefile.am 2008-02-04 10:15:01.833979423 +0100
-@@ -1,6 +1,6 @@
--libdir=${prefix}/share/gmpc/plugins
-+pluginsdir=$(libdir)/gmpc/
-
--lib_LTLIBRARIES = libautoplaylist.la
-+plugins_LTLIBRARIES = libautoplaylist.la
-
- libautoplaylist_la_SOURCES=\
- main.c
-@@ -13,5 +13,5 @@
- install:
- @$(MAKE)
- mkdir -p ${DESTDIR}${libdir}
-- if test -f .libs/libautoplaylist.so; then cp .libs/libautoplaylist.so ${DESTDIR}${libdir}; fi
-- if test -f .libs/libautoplaylist.dll; then cp .libs/libautoplaylist.dll ${DESTDIR}${libdir}; fi
-+ if test -f .libs/libautoplaylist.so; then cp .libs/libautoplaylist.so ${DESTDIR}${pluginsdir}; fi
-+ if test -f .libs/libautoplaylist.dll; then cp .libs/libautoplaylist.dll ${DESTDIR}${pluginsdir}; fi