diff options
Diffstat (limited to 'science/paje/files/patch-General_GNUmakefile')
-rw-r--r-- | science/paje/files/patch-General_GNUmakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/science/paje/files/patch-General_GNUmakefile b/science/paje/files/patch-General_GNUmakefile new file mode 100644 index 000000000000..58f39c5ea0b8 --- /dev/null +++ b/science/paje/files/patch-General_GNUmakefile @@ -0,0 +1,8 @@ +--- General/GNUmakefile.orig 2006-10-30 21:46:08 UTC ++++ General/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + |