Revision: 45495
http://sourceforge.net/p/vice-emu/code/45495
Author: compyx
Date: 2025-02-14 19:14:50 +0000 (Fri, 14 Feb 2025)
Log Message:
-----------
Github actions: add missing 'then' in .deb script
Modified Paths:
--------------
trunk/vice/build/github-actions/build-deb.sh
Modified: trunk/vice/build/github-actions/build-deb.sh
===================================================================
--- trunk/vice/build/github-actions/build-deb.sh 2025-02-14 18:54:27 UTC (rev 45494)
+++ trunk/vice/build/github-actions/build-deb.sh 2025-02-14 19:14:50 UTC (rev 45495)
@@ -75,7 +75,7 @@
${DEB_DIR}/usr/share/icons/hicolor/${size_}x${size_}/apps/vice-${name}.png
done
done
-elif [ "$UI" = "sdl1" -o "$UI" = "sdl2" ];
+elif [ "$UI" = "sdl1" -o "$UI" = "sdl2" ]; then
# Copy icon files
cp vice/data/common/vice-*_256.png ${DEB_DIR}/usr/share/vice/common/
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|