Commit 9f87a66
Fix issues when building via the chroot_build.sh script. (AppImage#80)
- Remove dependency on sudo when already running as root - not
available in all environments.
- Remove unnecessary use of `find` to copy build artifacts as
build-runtime.sh already puts them in a known place and the find
command chokes under the current Ubuntu kernel while iterating over
the /proc/ filesystem.
Co-authored-by: probonopd <[email protected]>
Co-authored-by: TheAssassin <[email protected]>1 parent 9a4ccf1 commit 9f87a66
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
92 | | - | |
93 | | - | |
| 96 | + | |
| 97 | + | |
0 commit comments