From 1fea5639b455ae4267a7dc17ef19b8d2506978b0 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Tue, 4 Aug 2009 15:19:29 +0300 Subject: fix: new applet to reinstall and fix package also makes it possibly to upgrade package without adding it to top-level deps. fixes #69. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e0e97f1..9f3249d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ endif progs-y += apk apk-objs := state.o database.o package.o archive.o \ version.o io.o url.o gunzip.o blob.o hash.o apk.o \ - add.o del.o update.o info.o search.o upgrade.o \ + add.o del.o fix.o update.o info.o search.o upgrade.o \ cache.o ver.o index.o fetch.o audit.o verify.o CFLAGS += -D_ATFILE_SOURCE CFLAGS_apk.o := -DAPK_VERSION=\"$(FULL_VERSION)\" -- cgit v1.2.3