summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-07 18:20:08 +0200
committerDan McGee <dan@archlinux.org>2012-04-07 18:20:08 +0200
commit3f1ea8b62f46a915c94a5b46e21ad39ea2628f65 (patch)
treeb54c71ab10ea90dc054a4b6c63aac5c05bb03c8d /configure.ac
parent0145604728360acaf56e6d50bc03e78bfab7585c (diff)
downloadpacman-3f1ea8b62f46a915c94a5b46e21ad39ea2628f65.tar.gz
pacman-3f1ea8b62f46a915c94a5b46e21ad39ea2628f65.tar.xz
Revert "makepkg: calculate exact total file size"
This reverts commit b264fb9e9ddcc31dc8782390309421965e507383. With our "fix" of sleeping for BTRFS, we can go back to using `du` to calculate total installed size.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 12a6e65e..52f8ad44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,6 +282,7 @@ esac
AM_CONDITIONAL([CYGWIN], test "x$host_os_cygwin" = "xyes")
AM_CONDITIONAL([DARWIN], test "x$host_os_darwin" = "xyes")
+AC_PATH_PROGS([DUPATH], [du], [du], [/usr/bin$PATH_SEPARATOR/bin] )
AC_SUBST(SIZECMD)
AC_SUBST(SEDINPLACE)
AC_SUBST(STRIP_BINARIES)