[SCM] vlc/master: Escape $ properly

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Aug 19 19:19:27 UTC 2014


The following commit has been merged in the master branch:
commit 6e645fbe5303aabc70a9ebe33748432e52fb921b
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Aug 19 21:11:49 2014 +0200

    Escape $ properly

diff --git a/debian/rules b/debian/rules
index 3ed802b..7ee3669 100755
--- a/debian/rules
+++ b/debian/rules
@@ -290,7 +290,7 @@ ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
 	# Check that we did not install a plugin linked with libX11 or
 	# libxcb in vlc-nox
 	BORKED=no; \
-	LD_LIBRARY_PATH="debian/libvlccore8/usr/lib:debian/libvlc5/usr/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH:-}"; \
+	LD_LIBRARY_PATH="debian/libvlccore8/usr/lib:debian/libvlc5/usr/lib$${LD_LIBRARY_PATH:+:}$${LD_LIBRARY_PATH:-}"; \
 	for file in $$(find debian/vlc-nox/usr/lib/vlc -name '*.so'); do \
 		if ldd -r $$file | egrep -q -e 'libX11\.so' -e 'libxcb\.so'; then \
 			BORKED=yes; \

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list