summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/cenon/files/cenon-3.90-install.patch')
-rw-r--r--gnustep-apps/cenon/files/cenon-3.90-install.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnustep-apps/cenon/files/cenon-3.90-install.patch b/gnustep-apps/cenon/files/cenon-3.90-install.patch
new file mode 100644
index 000000000000..523dd61efa83
--- /dev/null
+++ b/gnustep-apps/cenon/files/cenon-3.90-install.patch
@@ -0,0 +1,18 @@
+diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble
+--- Cenon.orig/GNUmakefile.postamble 2009-09-21 16:37:50.000000000 +0200
++++ Cenon/GNUmakefile.postamble 2009-09-21 16:38:18.000000000 +0200
+@@ -18,13 +18,7 @@
+ # before-install::
+
+ # Things to do after installing
+-after-install::
+- # copy library
+- #rm -R $(GNUSTEP_LOCAL_ROOT)/Library/$(APP_NAME)
+- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_ROOT)/Library/
+- # set permissions (rrr)
+- chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).*
+- #chmod -R ugo+rX $(GNUSTEP_LOCAL_ROOT)/Library/$(APP_NAME)
++#after-install::
+
+ # Things to do before uninstalling
+ # before-uninstall::