summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-29 12:38:21 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-29 12:38:21 -0400
commit440530085011e496dd229dd7569090430d86a832 (patch)
treeaf4e5b8cf72e744941f1e1aefd221f4929f5170e
parent1569bb18ae9071dd56142f226a807783305309ab (diff)
libremakepkg: Remove old reference to /chrootprepare
That file hasn't been created since 646ac025 (2018-08-04).
-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() (