Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
fix symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed May 3, 2013
1 parent 420bea0 commit 2b36b35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/setup_linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ fi
rm -rf cef
unzip cef.zip
mv $zipname cef
./make_symlinks.sh

# make symlinks to CEF
../scripts/make_symlinks.sh

# get libudev0 for Ubuntu 13.04
if egrep -q "13\.04" /etc/issue; then
Expand Down

0 comments on commit 2b36b35

Please sign in to comment.