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:
parent
e404632f7e
commit
3d3c92dcbc
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user