diff options
Diffstat (limited to 'science/paje/files/patch-StatViewer_GNUmakefile')
-rw-r--r-- | science/paje/files/patch-StatViewer_GNUmakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/science/paje/files/patch-StatViewer_GNUmakefile b/science/paje/files/patch-StatViewer_GNUmakefile new file mode 100644 index 000000000000..85c3766c61d7 --- /dev/null +++ b/science/paje/files/patch-StatViewer_GNUmakefile @@ -0,0 +1,8 @@ +--- StatViewer/GNUmakefile.orig 2005-12-26 19:46:02 UTC ++++ StatViewer/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 + |