[SCM] libav/experimental: typo: Properly escape a $ sign.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:54:28 UTC 2013


The following commit has been merged in the experimental branch:
commit b6f9a4214797d14a95af4aa022af96f58172e7f4
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Dec 23 22:06:39 2006 +0000

    typo: Properly escape a $ sign.
    
    Originally committed as revision 7368 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index f989938..920c10d 100755
--- a/configure
+++ b/configure
@@ -1092,7 +1092,7 @@ EOF
     SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
     SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
     SLIB_EXTRA_CMD="-lib /machine:i386 /def:\$(@:${SLIBSUF}=.def)"
-    SLIB_INSTALL_EXTRA_CMD="-install -m 644 \$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib) \"${shlibdir}/\$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib)\""
+    SLIB_INSTALL_EXTRA_CMD="-install -m 644 \$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib) \"\$(shlibdir)/\$(SLIBNAME_WITH_MAJOR:\$(SLIBSUF)=.lib)\""
     SHFLAGS="-shared -Wl,--output-def,\$(@:${SLIBSUF}=.def),--out-implib,lib\$(SLIBNAME:\$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc"
 fi
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list