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:
parent
6adb5976b6
commit
25b44ac8df
|
@ -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 ${@}
|
||||
|
|
Loading…
Reference in New Issue