diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-11-12 15:23:18 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-11-12 15:23:18 +0000 |
commit | 3f2b6a44a734169103d7b838b500358ce52987a8 (patch) | |
tree | 973014c18d60323d8be224187f9dc4aea68e0965 /app-editors/scite | |
parent | Fixing RDEPEND, bug 246488 (diff) | |
download | gentoo-2-3f2b6a44a734169103d7b838b500358ce52987a8.tar.gz gentoo-2-3f2b6a44a734169103d7b838b500358ce52987a8.tar.bz2 gentoo-2-3f2b6a44a734169103d7b838b500358ce52987a8.zip |
minor permission change on /usr/share/pixmaps to allow unpriv'd users to complete compilation. bug #245564
(Portage version: 2.2_rc13/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/scite/files/scite-1.76-install.patch | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 57bba7a0256f..2ab9dfabadf8 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/scite # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.75 2008/07/14 07:53:43 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.76 2008/11/12 15:23:18 darkside Exp $ + + 12 Nov 2008; Jeremy Olexa <darkside@gentoo.org> + files/scite-1.76-install.patch: + minor permission change on /usr/share/pixmaps to allow unpriv'd users to + complete compilation. bug #245564 14 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> scite-1.76.ebuild: Keyworded ~x86-fbsd wrt #231715. diff --git a/app-editors/scite/files/scite-1.76-install.patch b/app-editors/scite/files/scite-1.76-install.patch index c1d87501c855..52f51e65b676 100644 --- a/app-editors/scite/files/scite-1.76-install.patch +++ b/app-editors/scite/files/scite-1.76-install.patch @@ -13,7 +13,7 @@ + $(INSTALL) -m 755 SciTE.desktop $(DESTDIR)$(datadir)/applications/ endif - $(INSTALL) -m 644 -D Sci48M.png $(DESTDIR)$(pixmapdir)/Sci48M.png -+ $(INSTALL) -m 644 -d $(DESTDIR)$(pixmapdir)/ ++ $(INSTALL) -m 755 -d $(DESTDIR)$(pixmapdir)/ + $(INSTALL) -m 644 Sci48M.png $(DESTDIR)$(pixmapdir)/Sci48M.png endif |