diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-12 01:30:11 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-13 14:42:34 +0000 |
commit | 3e3e8c2c64a36699f90fd52d5167b636590473b7 (patch) | |
tree | 611feb3595b09dc60ae49ac1a9b5dc086917deb1 /scripts/build/chroot_selinuxfs | |
parent | 67930f3e6e2ca1312d8e047e20ba8bb783e636bd (diff) | |
download | vyos-live-build-3e3e8c2c64a36699f90fd52d5167b636590473b7.tar.gz vyos-live-build-3e3e8c2c64a36699f90fd52d5167b636590473b7.zip |
fix instances of broken stagefile handling
mismatches in filenames between check and create
Gbp-Dch: Short
Diffstat (limited to 'scripts/build/chroot_selinuxfs')
-rwxr-xr-x | scripts/build/chroot_selinuxfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_selinuxfs b/scripts/build/chroot_selinuxfs index ffd2204aa..7c847dfee 100755 --- a/scripts/build/chroot_selinuxfs +++ b/scripts/build/chroot_selinuxfs @@ -66,7 +66,7 @@ case "${1}" in fi # Removing stage file - rm -f .build/chroot_selinux + rm -f .build/chroot_selinuxfs ;; *) |