From 440530085011e496dd229dd7569090430d86a832 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 29 Aug 2018 12:38:21 -0400 Subject: libremakepkg: Remove old reference to /chrootprepare That file hasn't been created since 646ac025 (2018-08-04). --- src/chroot-tools/libremakepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ( -- cgit v1.2.2