/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

fixed todo to reflect recent changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
install: install-server install-client-nokey
142
142
 
143
143
install-server: doc
144
 
        install --directory $(CONFDIR) $(MANDIR)/man5 \
145
 
                $(MANDIR)/man8 $(DESTDIR)/etc/init.d \
146
 
                $(DESTDIR)/etc/default $(PREFIX)/sbin
 
144
        install --directory $(CONFDIR)
147
145
        install --mode=u=rwx,go=rx mandos $(PREFIX)/sbin/mandos
148
146
        install --mode=u=rw,go=r --target-directory=$(CONFDIR) \
149
147
                mandos.conf
153
151
                $(DESTDIR)/etc/init.d/mandos
154
152
        install --mode=u=rw,go=r default-mandos \
155
153
                $(DESTDIR)/etc/default/mandos
156
 
        update-rc.d mandos defaults
 
154
        if [ -z $(DESTDIR) ]; then update-rc.d mandos defaults; fi
157
155
        gzip --best --to-stdout mandos.8 \
158
156
                > $(MANDIR)/man8/mandos.8.gz
159
157
        gzip --best --to-stdout mandos.conf.5 \
162
160
                > $(MANDIR)/man5/mandos-clients.conf.5.gz
163
161
 
164
162
install-client-nokey: all doc
165
 
        install --directory $(PREFIX)/lib/mandos $(CONFDIR) \
166
 
                $(MANDIR)/man8 $(PREFIX)/sbin \
167
 
                $(INITRAMFSTOOLS)/hooks \
168
 
                $(INITRAMFSTOOLS)/conf-hooks.d \
169
 
                $(INITRAMFSTOOLS)/scripts/local-top
170
 
        install --directory --mode=u=rwx $(KEYDIR)
171
 
        install --directory --mode=u=rwx \
 
163
        install --directory $(PREFIX)/lib/mandos $(CONFDIR)
 
164
        install --directory --mode=u=rwx $(KEYDIR) \
172
165
                $(PREFIX)/lib/mandos/plugins.d
173
166
        if [ "$(CONFDIR)" != "$(PREFIX)/lib/mandos" ]; then \
174
167
                install --mode=u=rwx \
175
 
                        --directory "$(CONFDIR)/plugins.d"; \
 
168
                        --directory "$(CONFDIR)/plugins.d" && \
176
169
                install --mode=u=rw,go=r etc-plugins.d-README \
177
170
                        $(CONFDIR)/plugins.d/README ; \
178
171
        fi
191
184
                plugins.d/usplash
192
185
        install initramfs-tools-hook \
193
186
                $(INITRAMFSTOOLS)/hooks/mandos
194
 
        install initramfs-tools-hook-conf \
 
187
        install --mode=u=rw,go=r initramfs-tools-hook-conf \
195
188
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos
196
189
        install initramfs-tools-script \
197
190
                $(INITRAMFSTOOLS)/scripts/local-top/mandos