Skip to content
Snippets Groups Projects

Draft: Various linux-centric development experience fixes

Closed Ghost User requested to merge xenhat/pkgbuild into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
#!/bin/bash
do_build() {
# TODO: build inside a chroot?
cd "${pkgname}" || exit 1
@@ -32,7 +31,8 @@ then
fi
else
eval "$(</etc/lsb-release)"
echo "Distribution \'${DISTRIB_DESCRIPTION}\' is not currently supported by the native build script. Merge requests are welcome."
echo "Distribution '${DISTRIB_DESCRIPTION}' is not currently supported by the native build script. Merge requests are welcome."
exit 2
fi
fi
do_build;
Loading