]> git.zerfleddert.de Git - m1-debian/commitdiff
mesa.sh: Install devscripts (dch, etc)
authorAndreas Henriksson <andreas@fatal.se>
Fri, 9 Dec 2022 23:36:50 +0000 (00:36 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sat, 10 Dec 2022 10:43:26 +0000 (11:43 +0100)
mesa.sh

diff --git a/mesa.sh b/mesa.sh
index c41008558af546fdd0b1bdd55087499c4d4f20d3..94df419d37b1a211ef6e9027af72995bcc5e2025 100644 (file)
--- a/mesa.sh
+++ b/mesa.sh
@@ -13,6 +13,10 @@ unset LANG
 main() {
         mkdir -p build
         cd build
+
+        # devscripts needed for dch and dcmd
+        dpkg -s devscripts >/dev/null 2>&1 || sudo apt-get install devscripts
+
         command -v git >/dev/null || sudo apt-get install git
         test -d mesa || git clone https://gitlab.freedesktop.org/asahi/mesa.git
         cd mesa
Impressum, Datenschutz