Aaron Griffin [PATCH 3/4] Replace cp -ax with -p, for OSX compat
authorAaron Griffin <aaronmgriffin@gmail.com>
Sat, 20 Jun 2009 10:15:46 +0000 (12:15 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Sat, 20 Jun 2009 10:15:46 +0000 (12:15 +0200)
AUTHORS
Makefile

diff --git a/AUTHORS b/AUTHORS
index 938bfa2..05271cb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,6 +28,7 @@ Contributors:
     (israellevin) - toggle_zoom_type
     (kmeaw) - fix for multibyte utf8 characters segfault
     (evocallaghan) - tiny patches
+    Aaron Griffin (phrakture) - Makefile patches to build on OSX
 
 Originaly based on http://trac.webkit.org/browser/trunk/WebKitTools/GtkLauncher/main.c
 Which is  copyrighted:
index b15879b..8714229 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,9 @@ install:
        install -d $(PREFIX)/share/uzbl/examples
        install -m755 uzbl $(PREFIX)/bin/uzbl
        install -m755 uzblctrl $(PREFIX)/bin/uzblctrl
-       cp -ax docs     $(PREFIX)/share/uzbl/
-       cp -ax config.h $(PREFIX)/share/uzbl/docs/
-       cp -ax examples $(PREFIX)/share/uzbl/
+       cp -rp docs     $(PREFIX)/share/uzbl/
+       cp -rp config.h $(PREFIX)/share/uzbl/docs/
+       cp -rp examples $(PREFIX)/share/uzbl/
        install -m644 AUTHORS $(PREFIX)/share/uzbl/docs
        install -m644 README  $(PREFIX)/share/uzbl/docs