]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - libnl/patches/libnl-1.1-permissions.patch
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / libnl / patches / libnl-1.1-permissions.patch
1 --- libnl-1.0-pre5/lib/Makefile.debuginfo 2006-06-15 18:11:21.000000000 -0400
2 +++ libnl-1.0-pre5/lib/Makefile 2006-06-15 18:11:28.000000000 -0400
3 @@ -64,7 +64,7 @@
4
5 install:
6 mkdir -p $(DESTDIR)$(libdir)/
7 - install -m 0644 $(OUT_SLIB) $(DESTDIR)$(libdir)
8 + install -m 0755 $(OUT_SLIB) $(DESTDIR)$(libdir)
9 rm -f $(DESTDIR)$(libdir)/$(LN1_SLIB)
10 $(LN) -s $(OUT_SLIB) $(DESTDIR)$(libdir)/$(LN1_SLIB)
11 rm -f $(DESTDIR)$(libdir)/$(LN_SLIB)
12 $(LN) -s $(LN1_SLIB) $(DESTDIR)$(libdir)/$(LN_SLIB)
13