]> git.saurik.com Git - cycript.git/commitdiff
Fixed a simple build error on Mac OS X.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 17 Nov 2009 19:17:09 +0000 (19:17 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 17 Nov 2009 19:17:09 +0000 (19:17 +0000)
makefile

index 0e33e07f74b3892b614130363a01ff9f8654a5d0..efcb4eb658cfce99be34fcc1481c3a14f5992d02 100644 (file)
--- 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