Skip to content

Commit 43b5163

Browse files
committed
Fix issues with installing on linux
1 parent 389178e commit 43b5163

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2020-09-21 Gregory John Casamento <[email protected]>
2+
3+
* build-linux
4+
* clone-essential-repos
5+
* clone-essential-repos-https: Download essential repos for building
6+
gnustep. Update the linux build script.
7+
18
2020-04-13 Gregory John Casamento <[email protected]>
29

310
* changeloggen: Add script to build changelog...

build-linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
./tools-scripts/clang-build
55

66
# since the last place we were in the build was libs-back
7-
cd ..
7+
# cd ..

clone-essential-repos

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
PREFIX="[email protected]:gnustep/"
4-
FILES="tools-make libs-back libs-gui libobjc2 libs-base libs-corebase plugins-themes-WinUXTheme tools-scripts tools-buildtool libs-xcode apps-gorm"
4+
FILES="tools-make libs-back libs-gui libobjc2 libs-base libs-corebase plugins-themes-WinUXTheme tools-scripts tools-buildtool libs-xcode apps-gorm plugins-session"
55

66
for file in ${FILES}
77
do

clone-essential-repos-https

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
PREFIX="https://github.com/gnustep/"
4-
FILES="tools-make libs-back libs-gui libobjc2 libs-base libs-corebase plugins-themes-WinUXTheme tools-scripts tools-buildtool libs-xcode apps-gorm"
4+
FILES="tools-make libs-back libs-gui libobjc2 libs-base libs-corebase plugins-themes-WinUXTheme tools-scripts tools-buildtool libs-xcode apps-gorm plugins-session"
55

66
for file in ${FILES}
77
do

0 commit comments

Comments
 (0)