diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-04-16 19:01:00 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2024-04-16 19:01:00 +0000 |
commit | abb5b518ab1e14801e03779a75f78c0b4f86d804 (patch) | |
tree | bd9e5e331cc5536073f94e2771b81dd8111bdede /Makefile | |
parent | 008bb5063d6794e5526e2c5ba9fa5e0c2d2866f2 (diff) | |
download | vyos-build-abb5b518ab1e14801e03779a75f78c0b4f86d804.tar.gz vyos-build-abb5b518ab1e14801e03779a75f78c0b4f86d804.zip |
build: T3664: move sudo out of the make target
to avoid permission problems
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -8,9 +8,7 @@ all: @echo "The most common target is 'iso'" %: - sudo \ - VYOS_TEMPLATE_DIR=`pwd`/vyos-1x/data/templates/ \ - ./build-vyos-image $* + VYOS_TEMPLATE_DIR=`pwd`/vyos-1x/data/templates/ ./build-vyos-image $* .PHONY: checkiso .ONESHELL: |