xbps-bin(8): added a new target "find-files".
This new target 'find-files' can be used to find which installed package(s) own a file. Exact matches like "/bin/mount" or patterns like "/usr/lib/libb[ao]b\*" can be specified.
This commit is contained in:
@@ -3,7 +3,7 @@ TOPDIR = ../..
|
||||
|
||||
BIN = xbps-bin
|
||||
OBJS = check.o install.o main.o remove.o show-deps.o
|
||||
OBJS += show-info-files.o ../xbps-repo/util.o
|
||||
OBJS += show-info-files.o ../xbps-repo/util.o find-files.o
|
||||
MAN = $(BIN).8
|
||||
|
||||
include $(TOPDIR)/prog.mk
|
||||
|
||||
Reference in New Issue
Block a user