xbps-uhelper: restore compat.

Add 'digest' and 'fetch' actions again for compatibility,
but don't mention them in usage().

This way previous versions of xbps-src (that don't require xbps-0.54)
still work without changes.
This commit is contained in:
Juan RP
2019-06-20 10:53:30 +02:00
parent 490cce2ff8
commit e7738555b2
2 changed files with 55 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-uhelper
OBJS = main.o
OBJS = main.o ../xbps-install/fetch_cb.o
MAN =
include $(TOPDIR)/mk/prog.mk