Accepting request 260279 from home:Ledest:misc
fix bashisms in wisotool script OBS-URL: https://build.opensuse.org/request/show/260279 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=246
This commit is contained in:
parent
168d34a467
commit
0cbf4175bd
@ -8,6 +8,11 @@ Sat Nov 1 07:50:51 UTC 2014 - meissner@suse.com
|
|||||||
- Various bug fixes.
|
- Various bug fixes.
|
||||||
- updated winetricks
|
- updated winetricks
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 19 20:36:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
- fix bashisms in wisotool script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 17 12:06:51 UTC 2014 - meissner@suse.com
|
Fri Oct 17 12:06:51 UTC 2014 - meissner@suse.com
|
||||||
|
|
||||||
|
6
wisotool
6
wisotool
@ -8895,7 +8895,7 @@ _load_steam_app()
|
|||||||
then
|
then
|
||||||
# FIXME: Should we perhaps sha1sum? That would get messy...
|
# FIXME: Should we perhaps sha1sum? That would get messy...
|
||||||
cd steamapps
|
cd steamapps
|
||||||
IFS=$','
|
IFS=","
|
||||||
for x in $game_extra_files
|
for x in $game_extra_files
|
||||||
do
|
do
|
||||||
while true
|
while true
|
||||||
@ -8949,7 +8949,7 @@ _load_steam_app()
|
|||||||
cp -r "$steam_dir/steamapps/$game_cache_file" "$WISOTOOL_CACHE/$PACKAGE"
|
cp -r "$steam_dir/steamapps/$game_cache_file" "$WISOTOOL_CACHE/$PACKAGE"
|
||||||
if test ! "$game_extra_files" = ""
|
if test ! "$game_extra_files" = ""
|
||||||
then
|
then
|
||||||
IFS=$','
|
IFS=","
|
||||||
for x in $game_extra_files
|
for x in $game_extra_files
|
||||||
do
|
do
|
||||||
cp "$steam_dir/steamapps/$x" "$WISOTOOL_CACHE/$PACKAGE"
|
cp "$steam_dir/steamapps/$x" "$WISOTOOL_CACHE/$PACKAGE"
|
||||||
@ -8962,7 +8962,7 @@ _load_steam_app()
|
|||||||
cp -r "$WISOTOOL_CACHE/$PACKAGE/$game_cache_file" "$steam_dir/steamapps"
|
cp -r "$WISOTOOL_CACHE/$PACKAGE/$game_cache_file" "$steam_dir/steamapps"
|
||||||
if test ! "$game_extra_files" = ""
|
if test ! "$game_extra_files" = ""
|
||||||
then
|
then
|
||||||
IFS=$','
|
IFS=","
|
||||||
for x in $game_extra_files
|
for x in $game_extra_files
|
||||||
do
|
do
|
||||||
cp "$WISOTOOL_CACHE/$PACKAGE/$x" "$steam_dir/steamapps"
|
cp "$WISOTOOL_CACHE/$PACKAGE/$x" "$steam_dir/steamapps"
|
||||||
|
Loading…
Reference in New Issue
Block a user