diff options
author | Timo Teras <timo.teras@iki.fi> | 2008-11-28 13:34:40 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2008-11-28 13:34:40 +0200 |
commit | 5ea81ca564534e4ef5eefbe723a74dbf490e6e07 (patch) | |
tree | 4b113c19fef609669d9e2db48a88d577b5e64eb3 /src/apk_package.h | |
parent | 545a915fafbecbda0e278dfcc881984bd7a8b19b (diff) | |
download | aports-5ea81ca564534e4ef5eefbe723a74dbf490e6e07.tar.bz2 aports-5ea81ca564534e4ef5eefbe723a74dbf490e6e07.tar.xz |
add: add support to install packages not in a repository
Diffstat (limited to 'src/apk_package.h')
-rw-r--r-- | src/apk_package.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_package.h b/src/apk_package.h index f36eb6bcf7..3fddf67ba6 100644 --- a/src/apk_package.h +++ b/src/apk_package.h @@ -55,6 +55,7 @@ struct apk_package { char *url, *description, *license; struct apk_dependency_array *depends; unsigned int installed_size, size; + char *filename; /* for installed packages only */ struct list_head installed_pkgs_list; |