diff options
author | Holger Paradies <retabell@gmx.de> | 2019-04-01 19:27:04 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-04-01 19:27:04 +0200 |
commit | 546a729feb9a6bace151d8b1532b647ff863ffa0 (patch) | |
tree | 8e5edd277bac5976a88ce9c59907f9a59f7b216d | |
parent | e5c6f4eec88a43a959168973d0f198770c24e5bb (diff) | |
download | kanotix-546a729feb9a6bace151d8b1532b647ff863ffa0.zip kanotix-546a729feb9a6bace151d8b1532b647ff863ffa0.tar.gz |
Stop Dragonfire Build
Dragonfire was released at LinuxDay in May 2013
-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 |