summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/cenon/files/cenon-3.80-install.patch')
-rw-r--r--gnustep-apps/cenon/files/cenon-3.80-install.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnustep-apps/cenon/files/cenon-3.80-install.patch b/gnustep-apps/cenon/files/cenon-3.80-install.patch
deleted file mode 100644
index 02079104a2b7..000000000000
--- a/gnustep-apps/cenon/files/cenon-3.80-install.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Cenon/GNUmakefile.postamble
-+++ Cenon/GNUmakefile.postamble
-@@ -21,7 +21,8 @@
- after-install::
- # copy library
- #rm -R $(GNUSTEP_INSTALLATION_DIR)/Library/$(APP_NAME)
-- cp -R Library/$(APP_NAME)/ $(GNUSTEP_INSTALLATION_DIR)/Library/
-+ mkdir -p $(GNUSTEP_INSTALLATION_DIR)/Library
-+ cp -R Library/$(APP_NAME) $(GNUSTEP_INSTALLATION_DIR)/Library/
- # set permissions (rrr)
- chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).*
- #chmod -R ugo+rX $(GNUSTEP_INSTALLATION_DIR)/Library/$(APP_NAME)