Skip to content

Commit 5fe6425

Browse files
committed
msys: fix build
1 parent c38c80a commit 5fe6425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/msys2/PKGBUILD.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ noextract=()
5252
md5sums=()
5353
validpgpkeys=()
5454

55-
rootDir=$(pwd)/.. # project root directory
55+
# project root directory
56+
rootDir=$(pwd)/../..
5657

5758
prepare() {
5859
cd "$rootDir"

0 commit comments

Comments
 (0)