Skip to content

Instantly share code, notes, and snippets.

@torarnv
Created June 12, 2009 11:04
Show Gist options
  • Save torarnv/128578 to your computer and use it in GitHub Desktop.
Save torarnv/128578 to your computer and use it in GitHub Desktop.
diff --git i/configure w/configure
index 58ab08c..c88003b 100755
--- i/configure
+++ w/configure
@@ -2106,7 +2106,7 @@ fi
# symlink files from src/gui/embedded neccessary to build qvfb
if [ "$CFG_DEV" = "yes" ]; then
for f in qvfbhdr.h qlock_p.h qlock.cpp qwssignalhandler_p.h qwssignalhandler.cpp; do
- dest="${relpath}/tools/qvfb/${f}"
+ dest="${outpath}/tools/qvfb/${f}"
rm -f "$dest"
ln -s "${relpath}/src/gui/embedded/${f}" "${dest}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment