git.annexia.org
/
virt-p2v.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d402d
)
Fix rebuild of virt-p2v script, because default perms are 0555.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 25 Mar 2008 13:32:35 +0000
(13:32 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 25 Mar 2008 13:32:35 +0000
(13:32 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
38476b8
..
bf1e66c
100644
(file)
--- 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 $@