From 0660a63cf96ebffbf797b46f75040db43e83d8d6 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Fri, 3 Apr 2020 00:25:17 +0200 Subject: [PATCH] Terminator better be ready --- linux54-tkg/PKGBUILD | 2 +- linux55-tkg/PKGBUILD | 2 +- linux56-tkg/PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux54-tkg/PKGBUILD b/linux54-tkg/PKGBUILD index 08381d6..dd0f732 100644 --- a/linux54-tkg/PKGBUILD +++ b/linux54-tkg/PKGBUILD @@ -23,7 +23,7 @@ plain ' `:sdNNNNNNNNNNNNNNNNNNNNNNNNNds:`' plain ' `-+shdNNNNNNNNNNNNNNNdhs+-`' plain ' `.-:///////:-.`' -_where=$PWD # track basedir as different Arch based distros are moving srcdir around +_where="$PWD" # track basedir as different Arch based distros are moving srcdir around cp "$_where"/linux54-tkg-patches/* "$_where" # copy patches inside the PKGBUILD's dir to preserve makepkg sourcing and md5sum checking cp "$_where"/linux54-tkg-config/* "$_where" # copy config files and hooks inside the PKGBUILD's dir to preserve makepkg sourcing and md5sum checking diff --git a/linux55-tkg/PKGBUILD b/linux55-tkg/PKGBUILD index 35a1d95..ce589b4 100644 --- a/linux55-tkg/PKGBUILD +++ b/linux55-tkg/PKGBUILD @@ -23,7 +23,7 @@ plain ' `:sdNNNNNNNNNNNNNNNNNNNNNNNNNds:`' plain ' `-+shdNNNNNNNNNNNNNNNdhs+-`' plain ' `.-:///////:-.`' -_where=$PWD # track basedir as different Arch based distros are moving srcdir around +_where="$PWD" # track basedir as different Arch based distros are moving srcdir around cp "$_where"/linux55-tkg-patches/* "$_where" # copy patches inside the PKGBUILD's dir to preserve makepkg sourcing and md5sum checking cp "$_where"/linux55-tkg-config/* "$_where" # copy config files and hooks inside the PKGBUILD's dir to preserve makepkg sourcing and md5sum checking diff --git a/linux56-tkg/PKGBUILD b/linux56-tkg/PKGBUILD index 6c162c3..61e4eb0 100644 --- a/linux56-tkg/PKGBUILD +++ b/linux56-tkg/PKGBUILD @@ -23,7 +23,7 @@ plain ' `:sdNNNNNNNNNNNNNNNNNNNNNNNNNds:`' plain ' `-+shdNNNNNNNNNNNNNNNdhs+-`' plain ' `.-:///////:-.`' -_where=$PWD # track basedir as different Arch based distros are moving srcdir around +_where="$PWD" # track basedir as different Arch based distros are moving srcdir around cp "$_where"/linux56-tkg-patches/* "$_where" # copy patches inside the PKGBUILD's dir to preserve makepkg sourcing and md5sum checking cp "$_where"/linux56-tkg-config/* "$_where" # copy config files and hooks inside the PKGBUILD's dir to preserve makepkg sourcing and md5sum checking