]> git.pld-linux.org Git - packages/dhcpv6.git/blob - dhcpv6-DESTDIR.patch
- rel. 0.2
[packages/dhcpv6.git] / dhcpv6-DESTDIR.patch
1 --- dhcp-0.10/Makefile.in.orig  2005-09-18 22:04:44.000000000 +0200
2 +++ dhcp-0.10/Makefile.in       2005-09-18 22:06:38.000000000 +0200
3 @@ -91,17 +91,17 @@
4  
5  install::
6         $(INSTALL) -d $(DESTDIR)$(sbindir)
7 -       $(INSTALL_PROGRAM) -s -o bin -g bin $(TARGET) $(DESTDIR)$(sbindir)
8 +       $(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(sbindir)
9         $(INSTALL) -d $(DESTDIR)$(mandir)/man8 $(DESTDIR)$(mandir)/man5
10 -       $(INSTALL_DATA) -o bin -g bin dhcp6c.8 $(DESTDIR)$(mandir)/man8/
11 -       $(INSTALL_DATA) -o bin -g bin dhcp6s.8 $(DESTDIR)$(mandir)/man8/
12 -       $(INSTALL_DATA) -o bin -g bin dhcp6c.conf.5 $(DESTDIR)$(mandir)/man5/
13 -       $(INSTALL_DATA) -o bin -g bin dhcp6s.conf.5 $(DESTDIR)$(mandir)/man5/
14 +       $(INSTALL_DATA) dhcp6c.8 $(DESTDIR)$(mandir)/man8/
15 +       $(INSTALL_DATA) dhcp6s.8 $(DESTDIR)$(mandir)/man8/
16 +       $(INSTALL_DATA) dhcp6c.conf.5 $(DESTDIR)$(mandir)/man5/
17 +       $(INSTALL_DATA) dhcp6s.conf.5 $(DESTDIR)$(mandir)/man5/
18  
19  rh_install:: install
20         $(INSTALL) -d $(initdir)
21 -       $(INSTALL_PROGRAM) -o root -g root dhcp6s.sh $(initdir)/dhcp6s
22 -       $(INSTALL_PROGRAM) -o root -g root dhcp6c.sh $(initdir)/dhcp6c
23 +       $(INSTALL_PROGRAM) dhcp6s.sh $(initdir)/dhcp6s
24 +       $(INSTALL_PROGRAM) dhcp6c.sh $(initdir)/dhcp6c
25         $(CHKCONFIG) --add dhcp6s
26         $(CHKCONFIG) --add dhcp6c
27  
This page took 0.04175 seconds and 3 git commands to generate.