Commit e7373fad408fbc8603af49ec72d22a52a66bc7fd

Authored by Perry Werneck
1 parent e5f5fb13

Adjustments in windows package.

Showing 2 changed files with 1 additions and 4 deletions   Show diff stats
Makefile.in
... ... @@ -216,7 +216,6 @@ $(POTDIR)/$(PACKAGE_NAME)/%.pot: \
216 216 @$(MKDIR) $(@D)
217 217 @touch $@
218 218  
219   -
220 219 $(OBJDIR)/schemas/%.xml:\
221 220 schemas/@OSNAME@/%.xml
222 221  
... ...
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"
... ...