forked from mirrors/nixpkgs
viper4linux-gui: Spell "preInstall" correctly
This commit is contained in:
parent
7084250df3
commit
e02600159d
|
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstalli
|
runHook preInstall
|
||||||
install -D V4L_Frontend $out/bin/viper-gui
|
install -D V4L_Frontend $out/bin/viper-gui
|
||||||
install -D icons/viper.png $out/share/icons/viper.png
|
install -D icons/viper.png $out/share/icons/viper.png
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
|
Loading…
Reference in a new issue