Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/cenon/files: cenon-3.91-install.patch
Date: Wed, 01 Sep 2010 12:01:55
Message-Id: 20100901120151.5A7542003C@flycatcher.gentoo.org
1 voyageur 10/09/01 12:01:51
2
3 Added: cenon-3.91-install.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2_rc72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 gnustep-apps/cenon/files/cenon-3.91-install.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/files/cenon-3.91-install.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cenon/files/cenon-3.91-install.patch?rev=1.1&content-type=text/plain
14
15 Index: cenon-3.91-install.patch
16 ===================================================================
17 diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble
18 --- Cenon.orig/GNUmakefile.postamble 2010-09-01 13:50:38.355743781 +0200
19 +++ Cenon/GNUmakefile.postamble 2010-09-01 13:51:40.542612032 +0200
20 @@ -18,13 +18,7 @@
21 # before-install::
22
23 # Things to do after installing
24 -after-install::
25 - # copy library
26 - #rm -R $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
27 - cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_LIBRARY)/
28 - # set permissions (rrr)
29 - chmod -R ugo+rX $(GNUSTEP_LOCAL_APPS)/$(APP_NAME).*
30 - #chmod -R ugo+rX $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
31 +#after-install::
32
33 # Things to do before uninstalling
34 # before-uninstall::