From 982519d9c3b3e7836bfd4658bbb1e466593eb297 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Fix rebuild of virt-p2v script, because default perms are 0555. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 38476b8..bf1e66c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,6 +86,7 @@ p2vrepo/$(VIRTP2V_RPM): \ # Make the final script. virt-p2v: virt-p2v.ml0 virt-p2v.ml + rm -f $@ cat $^ > $@ chmod 0555 $@ -- 1.8.3.1