70745c7
--- libnl-1.0-pre5/lib/Makefile.debuginfo	2006-06-15 18:11:21.000000000 -0400
70745c7
+++ libnl-1.0-pre5/lib/Makefile	2006-06-15 18:11:28.000000000 -0400
70745c7
@@ -64,7 +64,7 @@
70745c7
 
70745c7
 install:
460b6e9
 	mkdir -p $(DESTDIR)$(libdir)/
460b6e9
-	install -m 0644 $(OUT_SLIB) $(DESTDIR)$(libdir)
460b6e9
+	install -m 0755 $(OUT_SLIB) $(DESTDIR)$(libdir)
460b6e9
 	rm -f $(DESTDIR)$(libdir)/$(LN1_SLIB)
460b6e9
 	$(LN) -s $(OUT_SLIB) $(DESTDIR)$(libdir)/$(LN1_SLIB)
460b6e9
 	rm -f $(DESTDIR)$(libdir)/$(LN_SLIB)
460b6e9
 	$(LN) -s $(LN1_SLIB) $(DESTDIR)$(libdir)/$(LN_SLIB)
460b6e9