Update script to new directory structure
This commit is contained in:
parent
6f601b6058
commit
d46f0daf77
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pkgName=plasma-nm;
|
pkgName=plasma-nm;
|
||||||
pkgDir="$pkgName/trunk";
|
pkgDir="$pkgName";
|
||||||
patchName="sso.patch";
|
patchName="sso.patch";
|
||||||
workingDir="$(pwd)";
|
workingDir="$(pwd)";
|
||||||
contextDir="$(mktemp -d)";
|
contextDir="$(mktemp -d)";
|
||||||
|
|
Loading…
Reference in a new issue