Commit 0091bd63 authored by K900's avatar K900
Browse files

kinfocenter: symlink correct executable

In 5.27 systemsettings is the main executable, and systemsettings5 is the symlink.
parent 803c28d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,6 +99,6 @@ mkDerivation {
  # the same directory, while it is actually located in a completely different
  # store path
  preFixup = ''
    ln -sf ${lib.getExe systemsettings} $out/bin/kinfocenter
    ln -sf ${systemsettings}/bin/systemsettings $out/bin/kinfocenter
  '';
}