From 48a94cf06420d5725c1e3189546e3aade8fea2c6 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 12 Jun 2023 15:45:42 +0200 Subject: [PATCH] rename `do_everything` to `doit9` (for gcc9) --- Vagrantfile | 2 +- notwa-util/{do_everything => doit9} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename notwa-util/{do_everything => doit9} (100%) diff --git a/Vagrantfile b/Vagrantfile index 551cc7c..38f30cc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -85,6 +85,6 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL apk update && apk upgrade apk add autoconf gcc gperf linux-headers make musl-dev ninja patch pkgconf xz zip - sh /vagrant/notwa-util/do_everything + sh /vagrant/notwa-util/doit9 SHELL end diff --git a/notwa-util/do_everything b/notwa-util/doit9 similarity index 100% rename from notwa-util/do_everything rename to notwa-util/doit9