From d88b8528439055f81fc351ebe52e3f0c86661172 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 May 2011 09:26:50 +0200 Subject: [PATCH] xbps-dgraph: add two new optional objs: homepage and license. --- bin/xbps-dgraph/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-dgraph/main.c b/bin/xbps-dgraph/main.c index 2ad8f892..1fd35573 100644 --- a/bin/xbps-dgraph/main.c +++ b/bin/xbps-dgraph/main.c @@ -45,7 +45,7 @@ */ static const char *optional_objs[] = { "conflicts", "conf_files", "replaces", "run_depends", "preserve", - "requiredby", "provides" + "requiredby", "provides", "homepage", "license" }; /*