From e3572e4f5526ce566195fe8e515c10d3576f9561 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 9 Sep 2018 14:00:01 -0400 Subject: common.sh: Update netctl-enable to not use ".include" --- common.sh | 14 ++++++-------- config-parabola-box-proton-base.PKGBUILD | 3 ++- config-parabola-box-winston-base.PKGBUILD | 3 ++- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common.sh b/common.sh index de27a54..62af7fa 100644 --- a/common.sh +++ b/common.sh @@ -7,14 +7,12 @@ pkgname=$(basename "$BUILDFILE" .PKGBUILD) netctl-enable() ( . "etc/netctl/$1" unit=netctl@"$(systemd-escape -- "$1")".service - install -Dm644 /dev/stdin etc/systemd/system/"${unit}" <