gnu: xonotic: Rename misleading 'bootstrap phase.
* gnu/packages/games.scm (xonotic)[arguments]: Rename (second! stateful!) 'bootstrap phase to 'preconfigure.
This commit is contained in:
parent
22f865b7e6
commit
642a3e3d7a
@ -7831,7 +7831,7 @@ quotation from a collection of quotes.")
|
|||||||
"sdl-release"
|
"sdl-release"
|
||||||
"sv-release"
|
"sv-release"
|
||||||
make-flags))))
|
make-flags))))
|
||||||
(add-before 'configure 'bootstrap
|
(add-before 'configure 'preconfigure
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "source/d0_blind_id")
|
(chdir "source/d0_blind_id")
|
||||||
(invoke "sh" "autogen.sh")))
|
(invoke "sh" "autogen.sh")))
|
||||||
|
Loading…
Reference in New Issue
Block a user