From 668e58626dfdb1077f3e1eb47187f6071d3ed302 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Tue, 10 Jan 2006 18:19:06 +0000 Subject: added ALLDEPS transaction flag mainly to handle "makepkg -s" --- lib/libalpm/package.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/package.c') diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c index 784b9b07..eda87f18 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -62,7 +62,7 @@ pmpkg_t *pkg_new(const char *name, const char *version) pkg->size = 0; pkg->scriptlet = 0; pkg->force = 0; - pkg->reason = 0; + pkg->reason = PM_PKG_REASON_EXPLICIT; pkg->requiredby = NULL; pkg->conflicts = NULL; pkg->files = NULL; -- cgit v1.2.3-54-g00ecf