[vlc-commits] commit: contribs: avoid ending with a link to Patches/ in Patches/ ( Rafaël Carré )
git at videolan.org
git at videolan.org
Sun Oct 31 23:39:42 CET 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sun Oct 31 23:38:08 2010 +0100| [68b5e21ed773ad15318eaf2cfe6767c858105066] | committer: Rafaël Carré
contribs: avoid ending with a link to Patches/ in Patches/
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68b5e21ed773ad15318eaf2cfe6767c858105066
---
extras/contrib/bootstrap | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index bee5297..7b58e39 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -126,8 +126,8 @@ ln -sf "`pwd`/contrib.mak" "${BUILDDIR}/Makefile"
# Create the 'build-src' folder to build from source
mkdir -p "${BUILDDIR}/build-src"
ln -sf "`pwd`/src/contrib-src.mak" "${BUILDDIR}/build-src/Makefile"
-ln -sf "`pwd`/src/packages.mak" "${BUILDDIR}/build-src/packages.mak"
-ln -sf "`pwd`/src/Patches" "${BUILDDIR}/build-src/Patches"
+ln -sf "`pwd`/src/packages.mak" "${BUILDDIR}/build-src/"
+ln -sf "`pwd`/src/Patches" "${BUILDDIR}/build-src/"
# Create config.mak
config_mak="${BUILDDIR}/config.mak"
More information about the vlc-commits
mailing list