From f77204786d5d21fee1e9b2c1dfc0e3311b4b5930 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" <saurik@saurik.com> Date: Tue, 17 Nov 2009 19:17:09 +0000 Subject: [PATCH] Fixed a simple build error on Mac OS X. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0e33e07..efcb4eb 100644 --- a/makefile +++ b/makefile @@ -83,7 +83,7 @@ endif endif control: control.tmp - [[ -e control ]] && diff control control.tmp &>/dev/null || cp -af control.tmp control + [[ -e control ]] && diff control control.tmp &>/dev/null || cp -pRf control.tmp control $(deb): $(all) control rm -rf package -- 2.47.2