* Support a post-install hook.
svn path=/nixpkgs/trunk/; revision=14142
This commit is contained in:
@@ -165,3 +165,7 @@ my $manifest = $ENV{"manifest"};
|
||||
if ($manifest ne "") {
|
||||
symlink($manifest, "$out/manifest") or die "cannot create manifest";
|
||||
}
|
||||
|
||||
|
||||
system("eval \"\$postBuild\"") == 0
|
||||
or die "post-build hook failed";
|
||||
|
||||
Reference in New Issue
Block a user