]> git.pld-linux.org Git - packages/lgeneral-data-pg.git/commitdiff
- sleep after running Xvfb to avoid race; release 2 master auto/th/lgeneral-data-pg-0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Sep 2016 05:58:46 +0000 (07:58 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Sep 2016 05:58:46 +0000 (07:58 +0200)
lgeneral-data-pg.spec

index d321df8f8402ce0d1146d25b77bae05ab0f0e73f..f8f20411565c91b769bd733030032a3647e4a586 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Panzer General game data files for LGeneral game
 Summary(pl.UTF-8):     Pliki danych gry Panzer General dla gry LGeneral
 Name:          lgeneral-data-pg
 Version:       0
-Release:       1
+Release:       2
 # (not real license: material is copyrighted and used to be commercially available,
 #  but now copyright owner is no longer interested)
 License:       "abandonware"
@@ -52,6 +52,7 @@ install -d lgeneral/{gfx/{flags,terrain,units},maps,nations,scenarios,sounds,uni
 DISP=$(( (RANDOM % 87) + 31 ))
 /usr/bin/Xvfb :$DISP &
 XVFB_PID=$!
+sleep 1
 [ -n "$XVFB_PID" ] || exit 1
 DISPLAY=:$DISP lgc-pg -s pg-data -d lgeneral
 kill $XVFB_PID
This page took 0.095507 seconds and 4 git commands to generate.