Unverified Commit 1d5a894b authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

Merge pull request #333642 from alois31/kakoune-path

parents 27e5ee92 b3f4bfab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ in
      rm "$out/bin/kak"
      makeWrapper "${kakoune}/bin/kak" "$out/bin/kak" \
        --set KAKOUNE_RUNTIME "$out/share/kak" \
        --set PATH "$PATH:$out/share/kak/bin"
        --suffix PATH : "$out/share/kak/bin"

      # currently kakoune ignores doc files if they are symlinks, so workaround by
      # copying doc files over, so they become regular files...