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

Commit 36f1616

Browse files
author
jasonsj
committed
fix symlink script
1 parent dfbcee6 commit 36f1616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/setup_linux_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ rm -rf cef
1515
unzip cef.zip
1616
mv $zipname cef
1717

18-
# make symlinks to CEF
19-
../scripts/make_symlinks.sh
20-
2118
# get libudev0 for Ubuntu 13.04
2219
if egrep -q "13\.04" /etc/issue; then
2320
if [ ! -f libudev0.deb ]; then
@@ -39,6 +36,9 @@ fi
3936

4037
popd
4138

39+
# make symlinks to CEF
40+
./scripts/make_symlinks.sh
41+
4242
# install and run gyp to create makefile
4343
sudo apt-get install gyp -qq --assume-yes
4444

0 commit comments

Comments
 (0)