blob: f3892717c0733af9661b425f981e4be3074d698c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- FileReader/GNUmakefile.orig 2005-05-07 16:34:58 UTC
+++ FileReader/GNUmakefile
@@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
PACKAGE_NAME=FileReader
BUNDLE_NAME=FileReader
BUNDLE_EXTENSION=.bundle
-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
FileReader_PRINCIPAL_CLASS=PajeFileReader
|