create directory for papermc
This commit is contained in:
parent
cd684d63be
commit
858dcd4206
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ in rec {
|
|||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/papermc
|
||||
ln -s ${paper-jar} $out/share/papermc/papermc.jar
|
||||
install -Dm555 -t $out/bin minecraft-server
|
||||
'';
|
||||
|
|
Reference in a new issue