X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm-syncfs.c;h=7422ece7a505cb59cff5afddc0ca154057d86880;hb=078e743a920430f7975b3fecfd23f8070a0844a2;hp=f603fa78bca65a9744a709737f6c7dfaa3c93626;hpb=ec7880f0b240eee1f829a23cdecb4bef75644eb6;p=zpackage diff --git a/zpm-syncfs.c b/zpm-syncfs.c index f603fa7..7422ece 100644 --- a/zpm-syncfs.c +++ b/zpm-syncfs.c @@ -676,8 +676,8 @@ static int install(struct config *conf, struct nitem *item, unsigned int flags) printf("rmdir %s\n", item->dest); } - printf("install %c%o %d:%d %s -> %s\n", item->ftype, - item->mode, item->uid, item->gid, item->path, + printf("install %c%o %d:%d %s\n", item->ftype, + item->mode, item->uid, item->gid, item->dest); fflush(stdout); return success;