From fa68208eb07b39fecb5084c136c9329a483a001b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 2 Aug 2018 23:46:55 -0400 Subject: libremakepkg: Expand short flags to unshare --- src/chroot-tools/libremakepkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index e1b9362..2efbeea 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg @@ -5,7 +5,7 @@ set -euE # Copyright (C) 2010-2012 Nicolás Reynolds # Copyright (C) 2010-2012 Joshua Ismael Haase Hernández (xihh) # Copyright (C) 2012 Michał Masłowski -# Copyright (C) 2012-2015, 2017 Luke Shumaker +# Copyright (C) 2012-2015, 2017-2018 Luke Shumaker # # License: GNU GPLv2+ # @@ -117,7 +117,7 @@ build() ( local run_nnet=() if $INCHROOT; then run_ynet=(unshare) - run_nnet=(unshare -n) + run_nnet=(unshare --net) else run_ynet=(librechroot "${librechroot_flags[@]}" run) run_nnet=(librechroot "${librechroot_flags[@]}" -N run) -- cgit v1.2.2