[SCM] juce/master: fixed typo

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Jan 21 21:11:13 UTC 2016


The following commit has been merged in the master branch:
commit 671f2de265a3a86c5c70c80feafc4b5b23bd61f9
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Jan 21 22:00:32 2016 +0100

    fixed typo

diff --git a/debian/libbuilder/Makefile b/debian/libbuilder/Makefile
index bc490fa..3a2f70a 100644
--- a/debian/libbuilder/Makefile
+++ b/debian/libbuilder/Makefile
@@ -53,7 +53,7 @@ JUCELIBS := $(JUCELIBS) libcurl
 
 
 JUCELIBS_CFLAGS := $(JUCELIBS_CFLAGS) $(shell pkg-config --cflags $(JUCELIBS))
-JUCELIBS_LIBS   := $(JUCELIBS_CLIBS)  $(shell pkg-config --libs   $(JUCELIBS))
+JUCELIBS_LIBS   := $(JUCELIBS_LIBS)   $(shell pkg-config --libs   $(JUCELIBS))
 
 BINDIR := build
 LIBDIR := build

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list