File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ environment proved to reduce collisions later on. You might want to consider doi
37
37
38
38
3 . Prepare paths and build the bootstrap
39
39
```
40
- export PATH="~ /.local/bin/:$PATH"
40
+ export PATH="~/.local/bin/:$PATH"
41
41
jhbuild bootstrap
42
42
```
43
43
@@ -61,7 +61,7 @@ is the list of the exact steps followed during the build to reduce conflicts
61
61
jhbuild -m osx/meld.modules build python-withxml2
62
62
```
63
63
64
- 2 . Build graphics dependencies
64
+ 2 . Build graphics dependencies
65
65
```
66
66
jhbuild -m osx/meld.modules build graphics-dependencies
67
67
```
@@ -89,9 +89,9 @@ is the list of the exact steps followed during the build to reduce conflicts
89
89
90
90
#### FQA ####
91
91
92
- 1 . Can't run jhbuild bootstrap - gives an error related to bash
92
+ 1 . Can't run jhbuild bootstrap - gives an error related to bash
93
93
Issue the following command:
94
- ```
95
- mkdir -p $HOME/gtk/inst/bin
96
- ln -sf /bin/bash $HOME/gtk/inst/bin/bash
97
- ```
94
+ ```
95
+ mkdir -p $HOME/gtk/inst/bin;
96
+ ln -sf /bin/bash $HOME/gtk/inst/bin/bash
97
+ ```
You can’t perform that action at this time.
0 commit comments