summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-09-01 12:01:51 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-09-01 12:01:51 +0000
commitdb27e2e3107a50c4eeb2291a8d40c8496b2a96bc (patch)
tree3547ff8d6f61c5cdaeaf0cc59042f0c4dde43fc7 /gnustep-apps/cenon/files
parentVersion bump (diff)
downloadgentoo-2-db27e2e3107a50c4eeb2291a8d40c8496b2a96bc.tar.gz
gentoo-2-db27e2e3107a50c4eeb2291a8d40c8496b2a96bc.tar.bz2
gentoo-2-db27e2e3107a50c4eeb2291a8d40c8496b2a96bc.zip
Version bump
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps/cenon/files')
-rw-r--r--gnustep-apps/cenon/files/cenon-3.91-install.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnustep-apps/cenon/files/cenon-3.91-install.patch b/gnustep-apps/cenon/files/cenon-3.91-install.patch
new file mode 100644
index 000000000000..45540fab7b01
--- /dev/null
+++ b/gnustep-apps/cenon/files/cenon-3.91-install.patch
@@ -0,0 +1,18 @@
+diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble
+--- Cenon.orig/GNUmakefile.postamble 2010-09-01 13:50:38.355743781 +0200
++++ Cenon/GNUmakefile.postamble 2010-09-01 13:51:40.542612032 +0200
+@@ -18,13 +18,7 @@
+ # before-install::
+
+ # Things to do after installing
+-after-install::
+- # copy library
+- #rm -R $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
+- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_LIBRARY)/
+- # set permissions (rrr)
+- chmod -R ugo+rX $(GNUSTEP_LOCAL_APPS)/$(APP_NAME).*
+- #chmod -R ugo+rX $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
++#after-install::
+
+ # Things to do before uninstalling
+ # before-uninstall::