From 0fb8de05c8ea13c3fe744fc3d8db11729a5e7796 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 4 Feb 2022 23:15:46 +0100 Subject: [PATCH] fixes --- Dockerfile => linux.Dockerfile | 0 linux.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Dockerfile => linux.Dockerfile (100%) diff --git a/Dockerfile b/linux.Dockerfile similarity index 100% rename from Dockerfile rename to linux.Dockerfile diff --git a/linux.mk b/linux.mk index f73f5b6..c73c97b 100644 --- a/linux.mk +++ b/linux.mk @@ -13,7 +13,7 @@ use_docker=true outfile=librewolf-$(version)-$(release).en-US.$(distro)-x86_64.tar.bz2 docker : - docker build --build-arg "distro=$(distro_image)" -t librewolf/bsys5-image-$(distro) - < Dockerfile + docker build --build-arg "distro=$(distro_image)" -t librewolf/bsys5-image-$(distro) - < linux.Dockerfile build : work if [ $(use_docker) = true ]; then \