Lines 22-28
Link Here
|
22 |
- $(INSTALL_PROGRAM) sarg.1 $(DESTDIR)$(man1dir)/sarg.1 |
22 |
- $(INSTALL_PROGRAM) sarg.1 $(DESTDIR)$(man1dir)/sarg.1 |
23 |
- chmod 755 $(DESTDIR)$(man1dir)/sarg.1 |
23 |
- chmod 755 $(DESTDIR)$(man1dir)/sarg.1 |
24 |
+ $(INSTALL) sarg.1 $(DESTDIR)$(man1dir)/sarg.1 |
24 |
+ $(INSTALL) sarg.1 $(DESTDIR)$(man1dir)/sarg.1 |
25 |
+ cp sarg.conf $(DESTDIR)$(sysconfdir)/sarg.conf.default |
25 |
+ cp sarg.conf $(DESTDIR)$(sysconfdir)/sarg.conf.sample |
26 |
@if test ! -f $(DESTDIR)$(sysconfdir)/sarg.conf; then \ |
26 |
@if test ! -f $(DESTDIR)$(sysconfdir)/sarg.conf; then \ |
27 |
echo "cp $(DESTDIR)$(sysconfdir)/sarg.conf"; \ |
27 |
echo "cp $(DESTDIR)$(sysconfdir)/sarg.conf"; \ |
28 |
cp sarg.conf $(DESTDIR)$(sysconfdir)/sarg.conf; \ |
28 |
cp sarg.conf $(DESTDIR)$(sysconfdir)/sarg.conf; \ |