Posted June 20, 2017
vv221: Auto-detection of the target platform is done via lsb-release. If it is not installed, ./play.it falls back to building .deb packages.
You can chose your target package format with the '--package' option, see:
sh ./play-desperados.sh --package help
vv221: For building an Arch package:
sh ./play-desperados.sh --package arch
vv221: -----
Starting from next ./play.it update, a warning will be shown if falling back on .deb package format because of a missing lsb_release command.
Thanks! Indeed I didn't have lsb_release installed on my system. :SYou can chose your target package format with the '--package' option, see:
sh ./play-desperados.sh --package help
sh ./play-desperados.sh --package arch
Starting from next ./play.it update, a warning will be shown if falling back on .deb package format because of a missing lsb_release command.