basex: fix build

An unmatched double quote in installPhase broke the build in the last update.
Fix it.

Reported by @solson (thanks!).

Fixes: 21b9c04a2c ("basex: 8.6.6 -> 9.4.3")
gstqt5
Bjørn Forsman 2020-10-25 08:11:49 +01:00
parent 7c84c74897
commit 7ad5e816fa
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
# Remove Windows batch files (unclutter $out/bin)
rm ./bin/*.bat
mkdir -p $out/share/basex" "$out/share/applications"
mkdir -p "$out/share/basex" "$out/share/applications"
cp -R bin etc lib webapp src BaseX.jar "$out"
cp -R readme.txt webapp "$out/share/basex"