diff options
author | Ian Lynagh <igloo@earth.li> | 2010-10-14 14:05:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-10-14 14:05:56 +0000 |
commit | 26b6eac2c4d9409e625c1c4fd325a76076d5cd26 (patch) | |
tree | 90ba4926819eda0f22fdc9da15abe94ed3398c00 /validate | |
parent | 0a435635320c2fb075694b52ddbce5bb792110f5 (diff) | |
download | haskell-26b6eac2c4d9409e625c1c4fd325a76076d5cd26.tar.gz |
Have boot check that we have the dph packages when validating
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ if [ $no_clean -eq 0 ]; then INSTDIR=`cygpath -m "$INSTDIR"` fi - /usr/bin/perl -w boot + /usr/bin/perl -w boot --required-tag=dph ./configure --prefix="$INSTDIR" $config_args fi |