Commit e7373fad408fbc8603af49ec72d22a52a66bc7fd
1 parent
e5f5fb13
Exists in
master
and in
2 other branches
Adjustments in windows package.
Showing
2 changed files
with
1 additions
and
4 deletions
Show diff stats
Makefile.in
win/pack.sh
... | ... | @@ -156,10 +156,8 @@ configure() |
156 | 156 | | cut -d'>' -f1 \ |
157 | 157 | | grep -v 3270 \ |
158 | 158 | | sort --unique \ |
159 | - | xargs sudo zypper --non-interactive --verbose in --allow-vendor-change | |
159 | + | xargs sudo zypper --non-interactive --verbose in | |
160 | 160 | |
161 | - /bin/bash | |
162 | - | |
163 | 161 | fi |
164 | 162 | |
165 | 163 | echo -e "\e]2;Creating configuration\a" | ... | ... |