git.annexia.org
/
goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4a8c8
)
dist: Replace install-sh symlink with a copy of the file.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 18 Jan 2020 15:51:37 +0000
(15:51 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 18 Jan 2020 15:52:01 +0000
(15:52 +0000)
Goalfile.in
patch
|
blob
|
history
diff --git
a/Goalfile.in
b/Goalfile.in
index
9126723
..
ca38d24
100644
(file)
--- a/
Goalfile.in
+++ b/
Goalfile.in
@@
-257,6
+257,11
@@
goal dist = "%tarfile" : {
mkdir -p "$d/$subdir"
cp -a "$f" "$d/$subdir"
done
+ # Replace $d/install-sh with a real file
+ if [ -L "$d/install-sh" ]; then
+ rm "$d/install-sh"
+ cp -L "install-sh" "$d/install-sh"
+ fi
tar zcf "$o-t" "$d"
mv "$o-t" "$o"
rm -rf "$d"