Make xbps_fetch_file accept a callback to update its progress.
This also makes xbps_unpack_binary_pkg follow this convention by avoiding static variables. --HG-- branch : progress_callback rename : bin/xbps-repo/util.c => bin/xbps-bin/util.c
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
-include ../config.mk
|
||||
|
||||
SUBDIRS = xbps-uhelper
|
||||
SUBDIRS = xbps-bin
|
||||
SUBDIRS += xbps-repo
|
||||
SUBDIRS += xbps-bin
|
||||
SUBDIRS += xbps-dgraph
|
||||
SUBDIRS += xbps-uhelper
|
||||
|
||||
.PHONY: all
|
||||
all:
|
||||
|
Reference in New Issue
Block a user