nawk: uses installBin to install the binary
This commit is contained in:
parent
32897dce90
commit
618cffa8e1
@ -34,7 +34,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm755 a.out "$out/bin/nawk"
|
||||
mv a.out nawk
|
||||
installBin nawk
|
||||
mv awk.1 nawk.1
|
||||
installManPage nawk.1
|
||||
runHook postInstall
|
||||
|
Loading…
Reference in New Issue
Block a user