diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-08-04 15:19:29 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-08-04 15:19:29 +0300 |
commit | 1fea5639b455ae4267a7dc17ef19b8d2506978b0 (patch) | |
tree | b02744d22dd0c762bf4b3d6e57b5229f223d8f29 /src/Makefile | |
parent | ec2ade154289ce587eab3375445a33cad992c234 (diff) | |
download | apk-tools-1fea5639b455ae4267a7dc17ef19b8d2506978b0.tar.gz apk-tools-1fea5639b455ae4267a7dc17ef19b8d2506978b0.tar.bz2 apk-tools-1fea5639b455ae4267a7dc17ef19b8d2506978b0.tar.xz apk-tools-1fea5639b455ae4267a7dc17ef19b8d2506978b0.zip |
fix: new applet to reinstall and fix package
also makes it possibly to upgrade package without adding it to
top-level deps. fixes #69.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)\" |