[uzbl] Rediff the makefile patch

Ben Boeckel mathstuf at fedoraproject.org
Tue Oct 25 16:42:33 UTC 2011


commit 08e7c4a28bbdf912ed0258a4ef2b5a959ef04f7a
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Tue Oct 25 12:39:49 2011 -0400

    Rediff the makefile patch

 uzbl-makefile.patch |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/uzbl-makefile.patch b/uzbl-makefile.patch
index 3adb042..b4b8e82 100644
--- a/uzbl-makefile.patch
+++ b/uzbl-makefile.patch
@@ -1,8 +1,9 @@
-diff --git a/Makefile b/Makefile
-index 91b66b6..44e06a7 100644
---- a/Makefile
-+++ b/Makefile
-@@ -124,14 +124,10 @@ install-dirs:
+diff -u -r -U5 uzbl-9576f59f05/Makefile uzbl-9576f59f05.makefile/Makefile
+--- uzbl-9576f59f05/Makefile	2011-09-27 11:16:28.000000000 -0400
++++ uzbl-9576f59f05.makefile/Makefile	2011-10-25 12:38:55.874132408 -0400
+@@ -113,16 +113,12 @@
+ install-dirs:
+ 	[ -d "$(INSTALLDIR)/bin" ] || install -d -m755 $(INSTALLDIR)/bin
  
  install-uzbl-core: all install-dirs
  	install -d $(INSTALLDIR)/share/uzbl/
@@ -11,10 +12,10 @@ index 91b66b6..44e06a7 100644
 -	install -m644 src/config.h $(DOCDIR)/
 -	install -m644 README $(DOCDIR)/
 -	install -m644 AUTHORS $(DOCDIR)/
- 	cp -r examples $(INSTALLDIR)/share/uzbl/
- 	chmod 755 $(INSTALLDIR)/share/uzbl/examples/data/scripts/*
  	install -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core
 +	chmod 644 $(INSTALLDIR)/share/uzbl/examples/data/scripts/*.js
  
- install-uzbl-browser: install-dirs
- 	install -m755 src/uzbl-browser $(INSTALLDIR)/bin/uzbl-browser
+ install-event-manager: install-dirs
+ 	sed "s#^PREFIX = .*#PREFIX = '$(RUN_PREFIX)'#" < bin/uzbl-event-manager > $(INSTALLDIR)/bin/uzbl-event-manager
+ 	chmod 755 $(INSTALLDIR)/bin/uzbl-event-manager
+ 


More information about the scm-commits mailing list