mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-12 21:45:10 +02:00
- Add missing build deps. - Remove redundant build deps. - Enable OpenMP. - Added a runit service for the network daemon. Close #748
3 lines
53 B
Bash
3 lines
53 B
Bash
#!/bin/sh
|
|
mkdir -m0700 -p /run/wesnoth
|
|
exec wesnothd
|