Skip to content
Snippets Groups Projects
Commit 4122bc52 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

tar requires --exclude, not -exclude.

parent c0b88fd4
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ if(platform=="win32") { ...@@ -72,7 +72,7 @@ if(platform=="win32") {
cleanup="rmdir /s /q "; cleanup="rmdir /s /q ";
} else { } else {
archive="sbbs_src.tgz"; archive="sbbs_src.tgz";
archive_cmd="tar --exclude=*output.txt -exclude=" + exclude_dirs.join(" --exclude=") + archive_cmd="tar --exclude=*output.txt --exclude=" + exclude_dirs.join(" --exclude=") +
" --exclude=3rdp/win32.release" + " --exclude=3rdp/win32.release" +
" --exclude-vcs" + " --exclude-vcs" +
" --exclude-vcs-ignores" + " --exclude-vcs-ignores" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment