Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > ea89a8f20347ec4591c2b442d414b358 > files > 2

libnl-1.0-0.pre5.3mdv2007.1.src.rpm

Index: include/Makefile
===================================================================
--- include/Makefile
+++ include/Makefile	2007-02-16 15:54:46.782184758 +0100
@@ -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/
Index: lib/Makefile
===================================================================
--- lib/Makefile
+++ lib/Makefile	2007-02-16 15:53:56.497870462 +0100
@@ -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) ; \