pkgsrc/games/naev/patches/patch-build_shave.in
nia 6246caf03d Add games/naev. Based on work by Yorick Hardy in pkgsrc-wip.
NAEV is a 2D space trading and combat game, in a similar vein to
Escape Velocity. NAEV is played from a top-down perspective, featuring
fast-paced combat, many ships and outfits, and a large galaxy to explore.
The game is highly open-ended, letting players proceed at their own paces.
2019-10-01 12:25:37 +00:00

16 lines
469 B
Text

$NetBSD: patch-build_shave.in,v 1.1 2019/10/01 12:25:37 nia Exp $
Fix shell script.
--- build/shave.in.orig 2010-01-18 14:18:12.000000000 +0200
+++ build/shave.in 2010-01-18 14:19:29.000000000 +0200
@@ -57,7 +57,8 @@
preserved_args="$preserved_args $opt"
;;
-out:*|/out:*)
- lt_output="${opt:5}"
+ lt_output="${opt#-out:}"
+ lt_output="${lt_output#/out:}"
preserved_args="$preserved_args $opt"
;;
*)