summaryrefslogtreecommitdiff
path: root/gnustep-apps/cenon/files/cenon-4.0.6-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/cenon/files/cenon-4.0.6-install.patch')
-rw-r--r--gnustep-apps/cenon/files/cenon-4.0.6-install.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnustep-apps/cenon/files/cenon-4.0.6-install.patch b/gnustep-apps/cenon/files/cenon-4.0.6-install.patch
new file mode 100644
index 000000000000..b4b78d6e0a6c
--- /dev/null
+++ b/gnustep-apps/cenon/files/cenon-4.0.6-install.patch
@@ -0,0 +1,20 @@
+diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble
+--- Cenon.orig/GNUmakefile.postamble 2019-12-05 22:46:35.156776358 +0100
++++ Cenon/GNUmakefile.postamble 2019-12-05 22:46:50.725769361 +0100
+@@ -18,13 +18,13 @@
+ # before-install::
+
+ # Things to do after installing
+-after-install::
++#after-install::
+ # copy library
+ #rm -R $(GNUSTEP_LIBRARY)/$(APP_NAME)
+ #mkdir $(GNUSTEP_LIBRARY)/
+- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LIBRARY)/
++ #cp -R Library/$(APP_NAME)/ $(GNUSTEP_LIBRARY)/
+ # set permissions (rrr)
+- chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).*
++ #chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).*
+ #chmod -R ugo+rX $(GNUSTEP_LIBRARY)/$(APP_NAME)
+
+ # Things to do before uninstalling