diff options
author | cent | 2022-04-25 22:47:29 +0000 |
---|---|---|
committer | cent | 2022-04-25 22:47:29 +0000 |
commit | 8d6441307f1a9e49d9f7a33878c7a927bd985cec (patch) | |
tree | 47c7eddf4dcfdbbc4fbaecf5bde74e652d812a19 | |
parent | b3ca75e635300fd602b69b6397476f71a8377009 (diff) | |
download | aur-8d6441307f1a9e49d9f7a33878c7a927bd985cec.tar.gz |
sync from github
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ sha512sums=( ) build() { - mkdir "${srcdir}/build" + mkdir -p "${srcdir}/build" cd "${srcdir}/FFXIVQuickLauncher-${pkgver}/src/XIVLauncher.Core/" dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release } |