[SCM] clxclient/master: Fix small mistake in a patch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jul 6 23:43:44 UTC 2013


The following commit has been merged in the master branch:
commit 62c47cb6620506d15adcab6904a5e172d87ef593
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jul 7 00:42:17 2013 +0100

    Fix small mistake in a patch.

diff --git a/debian/patches/makefile-02.patch b/debian/patches/makefile-02.patch
index d3199ad..5d4030f 100644
--- a/debian/patches/makefile-02.patch
+++ b/debian/patches/makefile-02.patch
@@ -4,8 +4,8 @@ Bug-Debian: http://bugs.debian.org/558847
 Forwarded: fons at kokkinizita.net
 ---
 ---
- Makefile |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ Makefile |    5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
 
 --- clxclient.orig/Makefile
 +++ clxclient/Makefile
@@ -26,3 +26,11 @@ Forwarded: fons at kokkinizita.net
  CLXCLIENT_O = xdisplay.o xresman.o xhandler.o xwindow.o xdraw.o \
  	button.o textip.o enumip.o menuwin.o scale.o slider.o scroll.o mclist.o meter.o
  CLXCLIENT_H = clxclient.h
+@@ -54,6 +54,7 @@ install:	$(CLXCLIENT_MIN)
+ 	install -d $(DESTDIR)$(PREFIX)/include
+ 	install -m 644 $(CLXCLIENT_H) $(DESTDIR)$(PREFIX)/include
+ 	install -m 755 $(CLXCLIENT_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)
++	ldconfig -n $(DESTDIR)$(PREFIX)/$(LIBDIR)
+ 	ln -sf $(CLXCLIENT_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(CLXCLIENT_SO)
+ 
+ 

-- 
clxclient packaging



More information about the pkg-multimedia-commits mailing list