summaryrefslogtreecommitdiff
blob: 3ac6a7c4f2480d4cf5490a7418b76dd4245ec2eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
diff -Naur Preferences.orig/GNUmakefile Preferences/GNUmakefile
--- Preferences.orig/GNUmakefile	2004-06-11 00:38:31.000000000 +0200
+++ Preferences/GNUmakefile	2007-11-06 15:48:49.000000000 +0100
@@ -55,7 +55,7 @@
 export TOP_SRCDIR :=	$(CURDIR)/../..
 endif
 FRAMEWORKS= PrefsModule
-include $(TOP_SRCDIR)/Backbone.make
+
 
 #
 # Resource files
diff -Naur Preferences.orig/GNUmakefile.preamble Preferences/GNUmakefile.preamble
--- Preferences.orig/GNUmakefile.preamble	2007-11-06 15:49:02.000000000 +0100
+++ Preferences/GNUmakefile.preamble	2007-11-06 15:48:49.000000000 +0100
@@ -37,7 +37,7 @@
 #
 # Flags dealing with installing and uninstalling
 #
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
+
 
 # Additional directories to be created during installation
 #ADDITIONAL_INSTALL_DIRS += \
diff -Naur Preferences.orig/Modules/Colors/GNUmakefile Preferences/Modules/Colors/GNUmakefile
--- Preferences.orig/Modules/Colors/GNUmakefile	2006-09-03 19:15:12.000000000 +0200
+++ Preferences/Modules/Colors/GNUmakefile	2007-11-06 15:48:49.000000000 +0100
@@ -3,10 +3,10 @@
 BUNDLE_NAME=		Colors
 BUNDLE_EXTENSION=	.prefs
 
-BUNDLE_INSTALL_DIR=	$(GNUSTEP_INSTALLATION_DIR)/Library/Preferences
+BUNDLE_INSTALL_DIR=	$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Preferences
 
 FRAMEWORKS= PrefsModule
-include $(TOP_SRCDIR)/Backbone.make
+
 
 Colors_LANGUAGES= \
 	English
diff -Naur Preferences.orig/Modules/Colors/GNUmakefile.preamble Preferences/Modules/Colors/GNUmakefile.preamble
--- Preferences.orig/Modules/Colors/GNUmakefile.preamble	2004-06-11 00:33:55.000000000 +0200
+++ Preferences/Modules/Colors/GNUmakefile.preamble	2007-11-06 15:48:49.000000000 +0100
@@ -34,7 +34,7 @@
 #
 # Flags dealing with installing and uninstalling
 #
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
+
 
 # Additional directories to be created during installation
 ADDITIONAL_INSTALL_DIRS +=
diff -Naur Preferences.orig/Modules/Defaults/GNUmakefile Preferences/Modules/Defaults/GNUmakefile
--- Preferences.orig/Modules/Defaults/GNUmakefile	2003-08-16 19:19:29.000000000 +0200
+++ Preferences/Modules/Defaults/GNUmakefile	2007-11-06 15:48:49.000000000 +0100
@@ -2,10 +2,10 @@
 
 BUNDLE_NAME=		Defaults
 BUNDLE_EXTENSION=	.prefs
-BUNDLE_INSTALL_DIR=	$(GNUSTEP_INSTALLATION_DIR)/Library/Preferences
+BUNDLE_INSTALL_DIR=	$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Preferences
 
 FRAMEWORKS= PrefsModule
-include $(TOP_SRCDIR)/Backbone.make
+
 
 Defaults_LANGUAGES= \
 	English
diff -Naur Preferences.orig/Modules/Defaults/GNUmakefile.preamble Preferences/Modules/Defaults/GNUmakefile.preamble
--- Preferences.orig/Modules/Defaults/GNUmakefile.preamble	2003-08-16 19:35:57.000000000 +0200
+++ Preferences/Modules/Defaults/GNUmakefile.preamble	2007-11-06 15:48:49.000000000 +0100
@@ -34,7 +34,7 @@
 #
 # Flags dealing with installing and uninstalling
 #
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
+
 
 # Additional directories to be created during installation
 ADDITIONAL_INSTALL_DIRS +=
diff -Naur Preferences.orig/Modules/Font/GNUmakefile Preferences/Modules/Font/GNUmakefile
--- Preferences.orig/Modules/Font/GNUmakefile	2005-10-12 02:02:36.000000000 +0200
+++ Preferences/Modules/Font/GNUmakefile	2007-11-06 15:48:49.000000000 +0100
@@ -3,10 +3,10 @@
 BUNDLE_NAME=		Font
 BUNDLE_EXTENSION=	.prefs
 
-BUNDLE_INSTALL_DIR=	$(GNUSTEP_INSTALLATION_DIR)/Library/Preferences
+BUNDLE_INSTALL_DIR=	$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Preferences
 
 FRAMEWORKS= PrefsModule
-include $(TOP_SRCDIR)/Backbone.make
+
 
 Font_LANGUAGES=	\
 	English \
diff -Naur Preferences.orig/Modules/Font/GNUmakefile.preamble Preferences/Modules/Font/GNUmakefile.preamble
--- Preferences.orig/Modules/Font/GNUmakefile.preamble	2003-08-16 19:35:57.000000000 +0200
+++ Preferences/Modules/Font/GNUmakefile.preamble	2007-11-06 15:48:49.000000000 +0100
@@ -34,7 +34,7 @@
 #
 # Flags dealing with installing and uninstalling
 #
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
+
 
 # Additional directories to be created during installation
 ADDITIONAL_INSTALL_DIRS +=
diff -Naur Preferences.orig/Modules/Keyboard/GNUmakefile Preferences/Modules/Keyboard/GNUmakefile
--- Preferences.orig/Modules/Keyboard/GNUmakefile	2003-08-16 19:19:29.000000000 +0200
+++ Preferences/Modules/Keyboard/GNUmakefile	2007-11-06 15:48:49.000000000 +0100
@@ -3,10 +3,10 @@
 BUNDLE_NAME=		Keyboard
 BUNDLE_EXTENSION=	.prefs
 
-BUNDLE_INSTALL_DIR=	$(GNUSTEP_INSTALLATION_DIR)/Library/Preferences
+BUNDLE_INSTALL_DIR=	$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Preferences
 
 FRAMEWORKS= PrefsModule
-include $(TOP_SRCDIR)/Backbone.make
+
 
 Keyboard_LANGUAGES= \
 	English
diff -Naur Preferences.orig/Modules/Keyboard/GNUmakefile.preamble Preferences/Modules/Keyboard/GNUmakefile.preamble
--- Preferences.orig/Modules/Keyboard/GNUmakefile.preamble	2003-08-16 19:35:57.000000000 +0200
+++ Preferences/Modules/Keyboard/GNUmakefile.preamble	2007-11-06 15:48:49.000000000 +0100
@@ -34,7 +34,7 @@
 #
 # Flags dealing with installing and uninstalling
 #
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
+
 
 # Additional directories to be created during installation
 ADDITIONAL_INSTALL_DIRS +=
diff -Naur Preferences.orig/Modules/Time/GNUmakefile Preferences/Modules/Time/GNUmakefile
--- Preferences.orig/Modules/Time/GNUmakefile	2003-08-16 19:19:29.000000000 +0200
+++ Preferences/Modules/Time/GNUmakefile	2007-11-06 15:48:49.000000000 +0100
@@ -2,10 +2,10 @@
 
 BUNDLE_NAME=		Time
 BUNDLE_EXTENSION=	.prefs
-BUNDLE_INSTALL_DIR=	$(GNUSTEP_INSTALLATION_DIR)/Library/Preferences
+BUNDLE_INSTALL_DIR=	$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Preferences
 
 FRAMEWORKS= PrefsModule
-include $(TOP_SRCDIR)/Backbone.make
+
 
 Time_LANGUAGES= \
 	English
diff -Naur Preferences.orig/Modules/Time/GNUmakefile.preamble Preferences/Modules/Time/GNUmakefile.preamble
--- Preferences.orig/Modules/Time/GNUmakefile.preamble	2003-08-16 19:35:57.000000000 +0200
+++ Preferences/Modules/Time/GNUmakefile.preamble	2007-11-06 15:48:49.000000000 +0100
@@ -34,7 +34,7 @@
 #
 # Flags dealing with installing and uninstalling
 #
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
+
 
 # Additional directories to be created during installation
 ADDITIONAL_INSTALL_DIRS +=