mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Add top-level moderncv/ folder to release tarball
Closes #89 Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
This commit is contained in:
parent
6db46bf0f4
commit
739d220d23
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ TARBALL=moderncv-$VERSION.tar
|
|||
rm -f $TARBALL $TARBALL.gz
|
||||
|
||||
# create tar with all files in git repo
|
||||
git archive HEAD > $TARBALL
|
||||
git archive --prefix=moderncv/ HEAD > $TARBALL
|
||||
|
||||
# remove git specific files
|
||||
tar -f $TARBALL --delete .github/ .gitignore create-release-tarball.sh
|
||||
tar -f $TARBALL --delete moderncv/.github/ moderncv/.gitignore moderncv/create-release-tarball.sh
|
||||
|
||||
# compress
|
||||
gzip $TARBALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue