[SCM] jack-delay/master: Fix install.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Aug 15 22:58:02 UTC 2017
The following commit has been merged in the master branch:
commit add00adca80587b998d720a6fc5347f8918a7df3
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Aug 16 00:56:57 2017 +0200
Fix install.
diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 57d522f..bf9c3ad 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -9,7 +9,7 @@ Index: jack-delay/Makefile
===================================================================
--- jack-delay.orig/Makefile
+++ jack-delay/Makefile
-@@ -19,14 +19,14 @@
+@@ -19,14 +19,15 @@
# ----------------------------------------------------------------------------
@@ -18,6 +18,7 @@ Index: jack-delay/Makefile
+PREFIX = /usr
+#SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
LIBDIR = lib$(SUFFIX)
++BINDIR = $(PREFIX)/bin
DISTDIR = jack_delay-$(VERSION)
VERSION = 0.4.0
LDFLAGS += -L$(PREFIX)/$(LIBDIR)
@@ -27,3 +28,13 @@ Index: jack-delay/Makefile
all: jack_delay
+@@ -38,7 +39,8 @@ jack_delay: $(JACK_DELAY_O)
+
+
+ install: jack_delay
+- install -m 755 jack_delay $(PREFIX)/bin
++ install -d $(DESTDIR)$(BINDIR)
++ install -m 755 jack_delay $(DESTDIR)$(BINDIR)
+
+
+ clean:
--
jack-delay packaging
More information about the pkg-multimedia-commits
mailing list