aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-31 07:50:51 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-31 07:50:51 -0400
commit7f567af8a6b010b0fbfb275ba9c1adf77588bc40 (patch)
treed85078adf42614412c7891fb90e38c5ff7bf4ae0 /Makefile.in
parentMerge pull request #665 from thomasjfox/unpacker-profiles (diff)
parentCreate detached signature for source tarball (Closes #204) (diff)
downloadfirejail-7f567af8a6b010b0fbfb275ba9c1adf77588bc40.tar.gz
firejail-7f567af8a6b010b0fbfb275ba9c1adf77588bc40.tar.zst
firejail-7f567af8a6b010b0fbfb275ba9c1adf77588bc40.zip
Merge pull request #662 from reinerh/master
Suggestions to release process
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 2a90a0fdd..405087433 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -295,13 +295,13 @@ DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/ut
295 295
296dist: 296dist:
297 make distclean 297 make distclean
298 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.bz2 298 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
299 mkdir -p $(NAME)-$(VERSION)/test 299 mkdir -p $(NAME)-$(VERSION)/test
300 cp -a "$(DISTFILES)" $(NAME)-$(VERSION) 300 cp -a "$(DISTFILES)" $(NAME)-$(VERSION)
301 cp -a "$(DISTFILES_TEST)" $(NAME)-$(VERSION)/test 301 cp -a "$(DISTFILES_TEST)" $(NAME)-$(VERSION)/test
302 rm -rf $(NAME)-$(VERSION)/src/tools 302 rm -rf $(NAME)-$(VERSION)/src/tools
303 find $(NAME)-$(VERSION) -name .svn -delete 303 find $(NAME)-$(VERSION) -name .svn -delete
304 tar -cjvf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) 304 tar -cJvf $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
305 rm -fr $(NAME)-$(VERSION) 305 rm -fr $(NAME)-$(VERSION)
306 306
307deb: dist 307deb: dist