From fe468b2e90e0a2bad649b97cacd9dc0d0be1f599 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Nov 2009 00:30:52 +0000 Subject: [PATCH] xbps-bin: fix one more for previous commit. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091124003052-u6rkvnblvb83hrkv --- bin/xbps-bin/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-bin/install.c b/bin/xbps-bin/install.c index 686a168b..90ccdcaf 100644 --- a/bin/xbps-bin/install.c +++ b/bin/xbps-bin/install.c @@ -189,7 +189,7 @@ change_repodir: * If it was downloaded successfully, override repository * path in transaction dictionary. */ - savedir = xbps_xasprintf("%s/%s/repo/%s", + savedir = xbps_xasprintf("%s/%s/%s", xbps_get_rootdir(), XBPS_META_PATH, repoloc_trans); free(repoloc_trans); if (savedir == NULL)