diff options
-rwxr-xr-x | nightly_build.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly_build.bash b/nightly_build.bash index 7b975b6..e20afea 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -15,7 +15,7 @@ mkdir -p $target $next ## remove gfxdetect entries from grub.cfg (for non-gfxdetect-builds) #sed -i '/gfxdetect/,/^}/{d}' config/binary_grub/grub.cfg -BUILD_WHEEZY=true +BUILD_WHEEZY=false if $BUILD_WHEEZY; then |