summaryrefslogtreecommitdiff
path: root/src/chroot-tools/libremakepkg
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools/libremakepkg')
-rwxr-xr-xsrc/chroot-tools/libremakepkg1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg
index c979b71..45f57ea 100755
--- a/src/chroot-tools/libremakepkg
+++ b/src/chroot-tools/libremakepkg
@@ -232,7 +232,6 @@ main() {
run_hook check_pkgbuild
download_sources "$copydir" "$LIBREUSER"
prepare_chroot "$copydir" "$LIBREHOME" "$repack" false
- clean_chroot "$copydir"
# Build
trap "exit_copy '$copydir' '$LIBREUSER'" EXIT