Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Feb 13, 2016
1 parent 4dff479 commit 21fe5c7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions osx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,10 @@ is the list of the exact steps followed during the build to reduce conflicts

> :bulb:**Output:** Find the output dmg file in osx/Archives after you're done building.
#### FQA ####

1. Can't run jhbuild bootstrap - gives an error related to bash
Issue the following command:
```
mkdir -p $HOME/gtk/inst/bin;
ln -sf /bin/bash $HOME/gtk/inst/bin/bash
```
#### FAQ ####

1. Can't run jhbuild bootstrap - gives an error related to bash not being found.
```
mkdir -p $HOME/gtk/inst/bin;
ln -sf /bin/bash $HOME/gtk/inst/bin/bash
```

0 comments on commit 21fe5c7

Please sign in to comment.