aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--Makefile6
2 files changed, 4 insertions, 3 deletions
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