blob: b40545b48ac95eef0ea01767043a34e8eab2e1dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|