slipstream: remove debug statement

This commit is contained in:
mib 2023-07-04 18:10:01 +02:00
parent 364b1d2985
commit a103593b3b
No known key found for this signature in database
GPG Key ID: CF6E67DED6DC1E3F

View File

@ -31,7 +31,6 @@ mavenWithJdk.buildMavenPackage rec {
# we need the mods directory to be writable.
# see: https://github.com/Vhati/Slipstream-Mod-Manager/blob/85cad4ffbef8583d908b189204d7d22a26be43f8/src/main/java/net/vhati/modmanager/cli/SlipstreamCLI.java#L105
makeWrapper ${jdk}/bin/java $out/bin/${pname} \
--run 'echo $XDG_DATA_HOME > $HOME/debug' \
--run '_dir="''${XDG_DATA_HOME:-$HOME/.local/share}/slipstream"' \
--run 'mkdir -p $_dir/{mods,backup}' \
--run 'cd $_dir' \