diff options
author | Alex Alexander <wired@gentoo.org> | 2009-12-16 07:42:16 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-12-16 07:42:16 +0000 |
commit | be0d32dd85c3782b2c11e9510799db5cd5a4bd21 (patch) | |
tree | 718084b544ced0bc8e075786944c4878f4d298fd /www-client/uzbl | |
parent | Fixed installation with empty linguas, bug #297109 thank Diego E. 'Flameeyes'... (diff) | |
download | gentoo-2-be0d32dd85c3782b2c11e9510799db5cd5a4bd21.tar.gz gentoo-2-be0d32dd85c3782b2c11e9510799db5cd5a4bd21.tar.bz2 gentoo-2-be0d32dd85c3782b2c11e9510799db5cd5a4bd21.zip |
updated live ebuild's makefile patch
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'www-client/uzbl')
-rw-r--r-- | www-client/uzbl/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www-client/uzbl/ChangeLog b/www-client/uzbl/ChangeLog index 2039a5ab63b9..13a78a7f4f95 100644 --- a/www-client/uzbl/ChangeLog +++ b/www-client/uzbl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/uzbl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/ChangeLog,v 1.12 2009/12/12 10:06:32 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/uzbl/ChangeLog,v 1.13 2009/12/16 07:42:15 wired Exp $ + + 16 Dec 2009; Alex Alexander <wired@gentoo.org> + files/uzbl-9999-makefile-cleanup.patch: + updated live ebuild's makefile patch 12 Dec 2009; Alex Alexander <wired@gentoo.org> uzbl-9999.ebuild: allow user set EGIT_REPO_URI diff --git a/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch b/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch index 5cff109ff87a..9f72a95d1c22 100644 --- a/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch +++ b/www-client/uzbl/files/uzbl-9999-makefile-cleanup.patch @@ -34,6 +34,6 @@ install -m755 uzbl-core $(INSTALLDIR)/bin/uzbl-core - install -m644 AUTHORS $(INSTALLDIR)/share/uzbl/docs - install -m644 README $(INSTALLDIR)/share/uzbl/docs - sed -i 's#^set prefix.*=.*#set prefix = $(PREFIX)#' $(INSTALLDIR)/share/uzbl/examples/config/uzbl/config + sed -i 's#^set prefix.*=.*#set prefix = $(RUN_PREFIX)#' $(INSTALLDIR)/share/uzbl/examples/config/uzbl/config install-uzbl-browser: all |