File 0001-Suse-Fix.patch of Package spotify-adblock

diff a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC=gcc
 CFLAGS=-Wall
 LDLIBS=-ldl
 TARGET=spotify-adblock
-PREFIX=/usr/local
+LIBDIR=/usr/local/lib
 
 .PHONY: all
 all: $(TARGET).so
@@ -16,8 +16,8 @@ clean:
 
 .PHONY: install
 install: $(TARGET).so
-	install -Dm644 -t $(DESTDIR)$(PREFIX)/lib $^
+	install -Dm644 -st $(DESTDIR)$(LIBDIR) $^
 
 .PHONY: uninstall
 uninstall:
-	rm -f $(PREFIX)/lib/$(TARGET).so
+	rm -f $(LIBDIR)/$(TARGET).so
-- 
2.27.0

openSUSE Build Service is sponsored by