[uzbl] Fix the makefile patch one more time

Ben Boeckel mathstuf at fedoraproject.org
Tue Oct 25 19:12:34 UTC 2011


commit c6831043e762c14b0c24e58d9f6534ece4d37f31
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Tue Oct 25 15:09:54 2011 -0400

    Fix the makefile patch one more time

 uzbl-makefile.patch |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/uzbl-makefile.patch b/uzbl-makefile.patch
index b4b8e82..5db47cb 100644
--- a/uzbl-makefile.patch
+++ b/uzbl-makefile.patch
@@ -1,7 +1,7 @@
 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 @@
+--- uzbl-9576f59f05/Makefile	2011-10-25 15:04:48.995533888 -0400
++++ uzbl-9576f59f05.makefile/Makefile	2011-10-25 15:08:10.280520126 -0400
+@@ -113,15 +113,10 @@
  install-dirs:
  	[ -d "$(INSTALLDIR)/bin" ] || install -d -m755 $(INSTALLDIR)/bin
  
@@ -13,9 +13,19 @@ diff -u -r -U5 uzbl-9576f59f05/Makefile uzbl-9576f59f05.makefile/Makefile
 -	install -m644 README $(DOCDIR)/
 -	install -m644 AUTHORS $(DOCDIR)/
  	install -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core
-+	chmod 644 $(INSTALLDIR)/share/uzbl/examples/data/scripts/*.js
  
  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
+@@ -129,10 +124,11 @@
+ install-uzbl-browser: install-dirs install-uzbl-core install-event-manager
+ 	sed 's#^PREFIX=.*#PREFIX=$(RUN_PREFIX)#' < bin/uzbl-browser > $(INSTALLDIR)/bin/uzbl-browser
+ 	chmod 755 $(INSTALLDIR)/bin/uzbl-browser
+ 	cp -r examples $(INSTALLDIR)/share/uzbl/
+ 	chmod 755 $(INSTALLDIR)/share/uzbl/examples/data/scripts/*
++	chmod 644 $(INSTALLDIR)/share/uzbl/examples/data/scripts/*.js
+ 
+ install-uzbl-tabbed: install-dirs
+ 	install -m755 bin/uzbl-tabbed $(INSTALLDIR)/bin/uzbl-tabbed
  
+ # you probably only want to do this manually when testing and/or to the sandbox. not meant for distributors


More information about the scm-commits mailing list