blob: 09546177f3c887343ce28e0663cea733ffd15f28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|