index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-06-06 13:57:06 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-06-06 13:57:06 +1000 |
commit | 3e0e748b93ef05be06bfb1643cfa697c17afdee5 (patch) | |
tree | 36328c14fc2b2f340052f395d3acdadb197b8b0d | |
parent | 450be928da1a71bebc3524f3f0bdb4160845b37e (diff) |
-rw-r--r-- | configure.ac | 4 |
diff --git a/configure.ac b/configure.ac index 0d08e862..1f1608af 100644 --- a/configure.ac +++ b/configure.ac @@ -313,14 +313,14 @@ STRIP_SHARED="--strip-unneeded" STRIP_STATIC="--strip-debug" case "${host_os}" in *bsd*) - INODECMD="stat -f '%i %n'" + INODECMD="stat -f '%i %N'" SIZECMD="stat -f %z" SEDINPLACE="sed -i \"\"" DUFLAGS="-sk" ;; darwin*) host_os_darwin=yes - INODECMD="/usr/bin/stat -f '%i %n'" + INODECMD="/usr/bin/stat -f '%i %N'" SIZECMD="/usr/bin/stat -f %z" SEDINPLACE="/usr/bin/sed -i ''" DUFLAGS="-sk" |