]> git.pld-linux.org Git - packages/dhcpv6.git/blobdiff - dhcpv6-DESTDIR.patch
- drop obsolete files
[packages/dhcpv6.git] / dhcpv6-DESTDIR.patch
diff --git a/dhcpv6-DESTDIR.patch b/dhcpv6-DESTDIR.patch
deleted file mode 100644 (file)
index 06ef749..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---- 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.082514 seconds and 4 git commands to generate.