mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
Correct INODECMD for BSD and Darwin
Fixes FS#35469. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
450be928da
commit
3e0e748b93
@ -313,14 +313,14 @@ STRIP_SHARED="--strip-unneeded"
|
|||||||
STRIP_STATIC="--strip-debug"
|
STRIP_STATIC="--strip-debug"
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
*bsd*)
|
*bsd*)
|
||||||
INODECMD="stat -f '%i %n'"
|
INODECMD="stat -f '%i %N'"
|
||||||
SIZECMD="stat -f %z"
|
SIZECMD="stat -f %z"
|
||||||
SEDINPLACE="sed -i \"\""
|
SEDINPLACE="sed -i \"\""
|
||||||
DUFLAGS="-sk"
|
DUFLAGS="-sk"
|
||||||
;;
|
;;
|
||||||
darwin*)
|
darwin*)
|
||||||
host_os_darwin=yes
|
host_os_darwin=yes
|
||||||
INODECMD="/usr/bin/stat -f '%i %n'"
|
INODECMD="/usr/bin/stat -f '%i %N'"
|
||||||
SIZECMD="/usr/bin/stat -f %z"
|
SIZECMD="/usr/bin/stat -f %z"
|
||||||
SEDINPLACE="/usr/bin/sed -i ''"
|
SEDINPLACE="/usr/bin/sed -i ''"
|
||||||
DUFLAGS="-sk"
|
DUFLAGS="-sk"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user