]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - install-gamepack.sh
refactoring font code to hopefully be closer to be able to exchange the font system...
[xonotic/netradiant.git] / install-gamepack.sh
index 4073d401a165a5746e1c9c1d7261781bab7eeca3..1f14966653cb80b7c00f6966b7f9717bb2defb45 100755 (executable)
@@ -18,6 +18,6 @@ fi
 for GAMEFILE in "$pack/games"/*.game; do
        $CP "$GAMEFILE" "$dest/games/"
 done
-for GAMEDIR in "$pack"/*.game/; do
+for GAMEDIR in "$pack"/*.game; do
        $CP_R "$GAMEDIR" "$dest/"
 done