mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
lilo: make sure scripts and manpages are installed properly
Previously, manpages and subset of binaries were installed into $out/usr.
This commit is contained in:
parent
44499330ff
commit
810515f876
@ -8,7 +8,12 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-4VjxneRWDJNevgUHwht5v/F2GLkjDYB2/oxf/5/b1bE=";
|
||||
};
|
||||
nativeBuildInputs = [ dev86 sharutils ];
|
||||
DESTDIR = placeholder "out";
|
||||
makeFlags = [
|
||||
"DESTDIR=${placeholder "out"}"
|
||||
"SBIN_DIR=/bin"
|
||||
"USRSBIN_DIR=/bin"
|
||||
"MAN_DIR=/share/man"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.joonet.de/lilo/";
|
||||
|
Loading…
Reference in New Issue
Block a user