bashblog: add hooks on install phase
This commit is contained in:
parent
06f6e05c4e
commit
08a7a6670e
@ -45,8 +45,12 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/bin
|
||||
install -Dm755 bb.sh $out/bin/bashblog
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user