Skip to content

Commit 3037c92

Browse files
committed
Disable Sandbox in Makefile as well
Signed-off-by: ikstream <stefan.venz@protonmail.com>
1 parent 6501349 commit 3037c92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ define rootfs
99
install -Dm644 /usr/share/devtools/pacman.conf.d/extra.conf $(BUILDDIR)/etc/pacman.conf
1010
cat pacman-conf.d-blackarch.conf >> $(BUILDDIR)/etc/pacman.conf
1111

12+
sed -i 's/#DisableSandbox/DisableSandbox/' "${BUILDDIR}/etc/pacman.conf"
13+
1214
sed 's/Include = /&rootfs/g' < $(BUILDDIR)/etc/pacman.conf > pacman.conf
1315
cp --recursive --preserve=timestamps --backup --suffix=.pacnew rootfs/* $(BUILDDIR)/
1416

0 commit comments

Comments
 (0)