Skip to content
Snippets Groups Projects
Unverified Commit 326f25fe authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

make: Add the client-qt sources to the generated release tarball.

* Makefile (release-tarball) <git-archive>: Add the client-qt
directory to the release tarball.

Change-Id: I994e7a448ddae36821ef4dcca42a462911985089
parent ab432894
Branches
Tags
No related merge requests found
...@@ -78,7 +78,7 @@ $(RELEASE_TARBALL_FILENAME): tarballs.manifest ...@@ -78,7 +78,7 @@ $(RELEASE_TARBALL_FILENAME): tarballs.manifest
rm -f "$@" rm -f "$@"
mkdir $(TMPDIR)/ring-project mkdir $(TMPDIR)/ring-project
git archive HEAD | tar xf - -C $(TMPDIR)/ring-project git archive HEAD | tar xf - -C $(TMPDIR)/ring-project
for m in daemon lrc client-gnome; do \ for m in daemon lrc client-gnome client-qt; do \
(cd "$$m" && git archive --prefix "$$m/" HEAD \ (cd "$$m" && git archive --prefix "$$m/" HEAD \
| tar xf - -C $(TMPDIR)/ring-project); \ | tar xf - -C $(TMPDIR)/ring-project); \
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment