From: Aaron Griffin Date: Sat, 20 Jun 2009 10:15:46 +0000 (+0200) Subject: Aaron Griffin [PATCH 3/4] Replace cp -ax with -p, for OSX compat X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=7335fa2d650c4a3378484dfbc71ff572b5613b27;p=uzbl-mobile Aaron Griffin [PATCH 3/4] Replace cp -ax with -p, for OSX compat --- diff --git a/AUTHORS b/AUTHORS index 938bfa2..05271cb 100644 --- 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: diff --git a/Makefile b/Makefile index b15879b..8714229 100644 --- 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