summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/chroot-tools/libremakepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg
index 5d1c6eb..248eab6 100755
--- a/src/chroot-tools/libremakepkg
+++ b/src/chroot-tools/libremakepkg
@@ -105,7 +105,7 @@ add_to_local_repo() {
hook_post_build+=('chroot_cleanup')
chroot_cleanup() {
local copydir=$1
- rm -f -- "$copydir"/chroot{prepare,build}
+ rm -f -- "$copydir"/chrootbuild
}
build() (