diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-04-16 19:01:00 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-05 15:10:39 +0200 |
commit | d91bfd3af41930a7a96b01a0b3a9a99791eabac5 (patch) | |
tree | 52c44151c74db1329c4dcf307e245c8bf7f3b3de /Makefile | |
parent | 139bd4a8a4a3b4c0ac7bb3bf83f89e95c0a8ef18 (diff) | |
download | vyos-build-d91bfd3af41930a7a96b01a0b3a9a99791eabac5.tar.gz vyos-build-d91bfd3af41930a7a96b01a0b3a9a99791eabac5.zip |
build: T3664: move sudo out of the make target
to avoid permission problems
(cherry picked from commit abb5b518ab1e14801e03779a75f78c0b4f86d804)
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: |