source: fix wrong action value for script execution

valid values are binary|source, and source should have been
used here.

Gbp-Dch: Short
Closes: #952837
This commit is contained in:
jnqnfe 2015-01-08 18:51:54 +00:00 committed by Lyndon Brown
parent 6adb5976b6
commit 25b44ac8df
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ lb source_tar ${@}
lb source_hdd ${@}
# Deconfiguring chroot
lb chroot_archives chroot remove ${@}
lb chroot_archives source remove ${@}
lb chroot_hostname remove ${@}
lb chroot_resolv remove ${@}
lb chroot_hosts remove ${@}