* More redundancy.

svn path=/nixpkgs/trunk/; revision=7502
This commit is contained in:
Eelco Dolstra 2006-12-27 18:28:02 +00:00
parent cd32e67b2b
commit b8b44e026c
4 changed files with 0 additions and 8 deletions

View File

@ -26,8 +26,6 @@ if test "$javahlBindings"; then
configureFlags="--enable-javahl --with-jdk=$jdk --with-jikes=no $configureFlags"
fi
installFlags="$makeFlags"
postInstall() {
if test "$pythonBindings"; then

View File

@ -26,8 +26,6 @@ if test "$javahlBindings"; then
configureFlags="--enable-javahl --with-jdk=$jdk $configureFlags"
fi
installFlags="$makeFlags"
postInstall() {
if test "$pythonBindings"; then

View File

@ -4,8 +4,6 @@ if test "$httpServer"; then
makeFlags="APACHE_LIBEXECDIR=$out/modules $makeFlags"
fi
installFlags="$makeFlags"
postInstall() {
if test "$pythonBindings"; then

View File

@ -16,6 +16,4 @@ preInstall() {
mkdir $out/include
}
installFlags=$makeFlags
genericBuild