1234567891011 |
- --- libcap-2.59.orig/Make.Rules 2021-09-27 03:18:19.000000000 +0200
- +++ libcap-2.59/Make.Rules 2021-10-12 14:15:43.966424789 +0200
- @@ -18,7 +18,7 @@ FAKEROOT=$(DESTDIR)
- # administrative operations that could be needed to recover a system.
-
- ifndef lib
- -lib=$(shell ldd /usr/bin/ld|egrep "ld-linux|ld.so"|cut -d/ -f2)
- +lib=/usr/lib
- endif
-
- ifndef sbin
|