]> git.pld-linux.org Git - packages/dhcpv6.git/commitdiff
- new
authordarekr <darekr@pld-linux.org>
Sun, 18 Sep 2005 20:32:54 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpv6-DESTDIR.patch -> 1.1

dhcpv6-DESTDIR.patch [new file with mode: 0644]

diff --git a/dhcpv6-DESTDIR.patch b/dhcpv6-DESTDIR.patch
new file mode 100644 (file)
index 0000000..06ef749
--- /dev/null
@@ -0,0 +1,27 @@
+--- dhcp-0.10/Makefile.in.orig 2005-09-18 22:04:44.000000000 +0200
++++ dhcp-0.10/Makefile.in      2005-09-18 22:06:38.000000000 +0200
+@@ -91,17 +91,17 @@
+ install::
+       $(INSTALL) -d $(DESTDIR)$(sbindir)
+-      $(INSTALL_PROGRAM) -s -o bin -g bin $(TARGET) $(DESTDIR)$(sbindir)
++      $(INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(sbindir)
+       $(INSTALL) -d $(DESTDIR)$(mandir)/man8 $(DESTDIR)$(mandir)/man5
+-      $(INSTALL_DATA) -o bin -g bin dhcp6c.8 $(DESTDIR)$(mandir)/man8/
+-      $(INSTALL_DATA) -o bin -g bin dhcp6s.8 $(DESTDIR)$(mandir)/man8/
+-      $(INSTALL_DATA) -o bin -g bin dhcp6c.conf.5 $(DESTDIR)$(mandir)/man5/
+-      $(INSTALL_DATA) -o bin -g bin dhcp6s.conf.5 $(DESTDIR)$(mandir)/man5/
++      $(INSTALL_DATA) dhcp6c.8 $(DESTDIR)$(mandir)/man8/
++      $(INSTALL_DATA) dhcp6s.8 $(DESTDIR)$(mandir)/man8/
++      $(INSTALL_DATA) dhcp6c.conf.5 $(DESTDIR)$(mandir)/man5/
++      $(INSTALL_DATA) dhcp6s.conf.5 $(DESTDIR)$(mandir)/man5/
+ rh_install:: install
+       $(INSTALL) -d $(initdir)
+-      $(INSTALL_PROGRAM) -o root -g root dhcp6s.sh $(initdir)/dhcp6s
+-      $(INSTALL_PROGRAM) -o root -g root dhcp6c.sh $(initdir)/dhcp6c
++      $(INSTALL_PROGRAM) dhcp6s.sh $(initdir)/dhcp6s
++      $(INSTALL_PROGRAM) dhcp6c.sh $(initdir)/dhcp6c
+       $(CHKCONFIG) --add dhcp6s
+       $(CHKCONFIG) --add dhcp6c
This page took 0.102395 seconds and 4 git commands to generate.