Commit ed46704
authored
Fix missing ln -r flag in Centos 6
The ln version included in Centos 6 doesn't have the '-r' flag which makes links relative. Therefore we workaround this issue by steeping in the AppDir folder and generating links from there.
fix #281 parent da71825 commit ed46704
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
131 | 132 | | |
| 133 | + | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
0 commit comments