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

Commit

Permalink
fix symlink script
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsj committed May 6, 2013
1 parent dfbcee6 commit 36f1616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/setup_linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ rm -rf cef
unzip cef.zip
mv $zipname cef

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

# get libudev0 for Ubuntu 13.04
if egrep -q "13\.04" /etc/issue; then
if [ ! -f libudev0.deb ]; then
Expand All @@ -39,6 +36,9 @@ fi

popd

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

# install and run gyp to create makefile
sudo apt-get install gyp -qq --assume-yes

Expand Down

0 comments on commit 36f1616

Please sign in to comment.