diff options
Diffstat (limited to 'science/paje/files/patch-StorageController_GNUmakefile')
-rw-r--r-- | science/paje/files/patch-StorageController_GNUmakefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/science/paje/files/patch-StorageController_GNUmakefile b/science/paje/files/patch-StorageController_GNUmakefile new file mode 100644 index 000000000000..09546177f3c8 --- /dev/null +++ b/science/paje/files/patch-StorageController_GNUmakefile @@ -0,0 +1,17 @@ +--- StorageController/GNUmakefile.orig 2006-10-30 21:46:08 UTC ++++ StorageController/GNUmakefile +@@ -1,8 +1,4 @@ +-ifeq "$(GNUSTEP_SYSTEM_ROOT)" "" +- include Makefile +-else +- +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + +@@ -27,4 +23,3 @@ h.template + include $(GNUSTEP_MAKEFILES)/bundle.make + -include GNUmakefile.postamble + +-endif |