diff options
Diffstat (limited to 'gnustep-apps/cenon/files/cenon-4.0.2-install.patch')
-rw-r--r-- | gnustep-apps/cenon/files/cenon-4.0.2-install.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-apps/cenon/files/cenon-4.0.2-install.patch b/gnustep-apps/cenon/files/cenon-4.0.2-install.patch new file mode 100644 index 000000000000..8a75db6ee13a --- /dev/null +++ b/gnustep-apps/cenon/files/cenon-4.0.2-install.patch @@ -0,0 +1,19 @@ +diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble +--- Cenon.orig/GNUmakefile.postamble 2013-04-23 18:18:19.231871028 +0200 ++++ Cenon/GNUmakefile.postamble 2013-04-23 18:19:31.482864370 +0200 +@@ -18,12 +18,12 @@ + # before-install:: + + # Things to do after installing +-after-install:: ++#after-install:: + # copy library + #rm -R $(GNUSTEP_LIBRARY)/$(APP_NAME) +- 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 |