Remove obsolete xbps-{bin,repo} utils.
This commit is contained in:
@@ -2,6 +2,6 @@ TOPDIR = ../..
|
||||
-include $(TOPDIR)/config.mk
|
||||
|
||||
BIN = xbps-uhelper
|
||||
OBJS = main.o ../xbps-bin/fetch_cb.o
|
||||
OBJS = main.o ../xbps-install/fetch_cb.o
|
||||
|
||||
include $(TOPDIR)/mk/prog.mk
|
||||
|
@@ -34,7 +34,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <xbps_api.h>
|
||||
#include "../xbps-bin/defs.h"
|
||||
#include "../xbps-install/defs.h"
|
||||
|
||||
static void
|
||||
write_plist_file(prop_dictionary_t dict, const char *file)
|
||||
|
Reference in New Issue
Block a user