]> git.pld-linux.org Git - packages/libnl.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Dec 2006 17:40:42 +0000 (17:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libnl-no_root.patch -> 1.3

libnl-no_root.patch [deleted file]

diff --git a/libnl-no_root.patch b/libnl-no_root.patch
deleted file mode 100644 (file)
index 298d55c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ur libnl-1.0-pre5-o/include/Makefile libnl-1.0-pre5/include/Makefile
---- libnl-1.0-pre5-o/include/Makefile  2005-11-02 10:29:06.000000000 -0700
-+++ libnl-1.0-pre5/include/Makefile    2006-04-03 12:33:38.000000000 -0600
-@@ -27,7 +27,7 @@
- install:
-       mkdir -p $(DESTDIR)$(prefix)/include/netlink/route/sch/
-       mkdir -p $(DESTDIR)$(prefix)/include/netlink/route/cls/
--      install -o root -g root -m 0644 netlink/*.h $(DESTDIR)$(prefix)/include/netlink/
--      install -o root -g root -m 0644 netlink/route/*.h $(DESTDIR)$(prefix)/include/netlink/route/
--      install -o root -g root -m 0644 netlink/route/sch/*.h $(DESTDIR)$(prefix)/include/netlink/route/sch/
--      install -o root -g root -m 0644 netlink/route/cls/*.h $(DESTDIR)$(prefix)/include/netlink/route/cls/
-+      install -m 0644 netlink/*.h $(DESTDIR)$(prefix)/include/netlink/
-+      install -m 0644 netlink/route/*.h $(DESTDIR)$(prefix)/include/netlink/route/
-+      install -m 0644 netlink/route/sch/*.h $(DESTDIR)$(prefix)/include/netlink/route/sch/
-+      install -m 0644 netlink/route/cls/*.h $(DESTDIR)$(prefix)/include/netlink/route/cls/
-Only in libnl-1.0-pre5/include: Makefile.orig
-diff -ur libnl-1.0-pre5-o/lib/Makefile libnl-1.0-pre5/lib/Makefile
---- libnl-1.0-pre5-o/lib/Makefile      2005-11-02 10:29:06.000000000 -0700
-+++ libnl-1.0-pre5/lib/Makefile        2006-04-03 12:33:12.000000000 -0600
-@@ -58,7 +58,7 @@
- install:
-       mkdir -p $(DESTDIR)$(LIBDIR)/
--      install -o root -g root -m 0644 $(OUT_SLIB) $(DESTDIR)$(LIBDIR)
-+      install -m 0644 $(OUT_SLIB) $(DESTDIR)$(LIBDIR)
-       rm -f $(DESTDIR)$(LIBDIR)/$(LN1_SLIB) ; \
-       $(LN) -s $(OUT_SLIB) $(DESTDIR)$(LIBDIR)/$(LN1_SLIB)
-       rm -f $(DESTDIR)$(LIBDIR)/$(LN_SLIB) ; \
-Only in libnl-1.0-pre5/lib: Makefile.orig
This page took 0.112199 seconds and 4 git commands to generate.