summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-14 14:07:10 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-14 14:07:10 -0400
commit6556108c9d8a4d93f482f84c8321bda9565eac37 (patch)
tree0c74f6900aaf8b7e2fafbde6b8b0bad9f4ebc993 /src
parentc6848ec0e16f193a06195921c669e2bf9c014c5c (diff)
libremakepkg: remove extra call to clean_chroot
Diffstat (limited to 'src')
-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