Skip to content

Commit

Permalink
[build/osx] remove extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mean committed Apr 23, 2017
1 parent a284c6d commit 38fe566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootStrapOsx_Sierra.bash
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ echo "** Remapping libraries **"
python $TOP/cmake/osx_libs_remap.py
python $TOP/cmake/osx_libs_remap.py
echo "** Finishing **"
cat $TOP/cmake/osx/Info.plist.in | sed "s/2\.6/$API_VERSION//g" > $PREFIX/../Info.plist
cat $TOP/cmake/osx/Info.plist.in | sed "s/2\.6/$API_VERSION/g" > $PREFIX/../Info.plist
mkdir $PREFIX/fonts
cp $TOP/cmake/osx/fonts.conf $PREFIX/fonts
mkdir -p $PREFIX/../MacOS
Expand Down

0 comments on commit 38fe566

Please sign in to comment.