From d46f0daf77303c014f6955748a501467ba6418b7 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 23 May 2023 01:09:52 +0200 Subject: [PATCH] Update script to new directory structure --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 96f485e..17061ae 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash pkgName=plasma-nm; -pkgDir="$pkgName/trunk"; +pkgDir="$pkgName"; patchName="sso.patch"; workingDir="$(pwd)"; contextDir="$(mktemp -d)";