Skip to content

Commit 51f9ff5

Browse files
Updated make_tarball.sh to stop dumping files in the extract directory
1 parent 4986e6e commit 51f9ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_tools/make_tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
rm -f ~/fish_built/fishfish.tar.gz
4-
if git archive --format=tar fish_fish | gzip - > ~/fish_built/fishfish.tar.gz
4+
if git archive --format=tar --prefix=fishfish/ fish_fish | gzip - > ~/fish_built/fishfish.tar.gz
55
then
66
echo "Tarball written to ~/fish_built/fishfish.tar.gz"
77
else

0 commit comments

Comments
 (0)