mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
bug: preserve config.status during make dist
This commit is contained in:
parent
b29542e4da
commit
6849191002
1 changed files with 2 additions and 0 deletions
|
|
@ -140,7 +140,9 @@ DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkma
|
|||
DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils"
|
||||
|
||||
dist:
|
||||
mv config.status config.status.old
|
||||
make distclean
|
||||
mv config.status.old config.status
|
||||
rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
|
||||
mkdir -p $(NAME)-$(VERSION)/test
|
||||
cp -a "$(DISTFILES)" $(NAME)-$(VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue