diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-04 21:49:34 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-04 21:49:46 +0200 |
commit | b6825361ef673c3cf34515e1ba837eb950382b8a (patch) | |
tree | adc13d27a1b305724e9c537cc9fe225e2f8f2b4c /functions | |
parent | 18e092e835786f47e4aa108d4a21056aa69ac685 (diff) | |
download | vyos-live-build-b6825361ef673c3cf34515e1ba837eb950382b8a.tar.gz vyos-live-build-b6825361ef673c3cf34515e1ba837eb950382b8a.zip |
Correcting indentiation in hook defaults assignment.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index e142fa248..0bd1b1a5b 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -585,17 +585,17 @@ Set_defaults () case "${LB_MODE}" in *) LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \ - update-apt-xapian-index \ - update-mlocate-database \ - remove-python-py}" + update-apt-xapian-index \ + update-mlocate-database \ + remove-python-py}" ;; kubuntu) LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \ - update-apt-xapian-index \ - update-mlocate-database \ - remove-gnome-icon-cache \ - remove-python-py}" + update-apt-xapian-index \ + update-mlocate-database \ + remove-gnome-icon-cache \ + remove-python-py}" ;; esac |