* Removed $installCommand, it's no longer needed since we split the

install and fixup phases.  You can just override installPhase.

svn path=/nixpkgs/trunk/; revision=12787
This commit is contained in:
Eelco Dolstra
2008-09-02 13:51:32 +00:00
parent 2b119ba405
commit 5d9dfc1e60
10 changed files with 38 additions and 44 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ preBuild() {
xmkmf
}
installCommand=myInstall
myInstall() {
installPhase() {
make install.all $makeFlags
wrapProgram $out/bin/xfig \