Install shlib with 755 perms to match what the world does.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20100113155721-c8fb2cg7jfu30mp8
This commit is contained in:
Juan RP 2010-01-13 16:57:21 +01:00
parent e404632f7e
commit 3d3c92dcbc

View File

@ -44,7 +44,7 @@ libxbps.a: $(OBJS) $(LIBFETCH_OBJS)
install: all
install -d $(LIBDIR)
install -m 644 libxbps.a $(LIBDIR)
install -m 644 $(LIBXBPS_SHLIB) $(LIBDIR)
install -m 755 $(LIBXBPS_SHLIB) $(LIBDIR)
cp -a libxbps.so $(LIBDIR)
cp -a libxbps.so.$(LIBMAJOR) $(LIBDIR)