mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Don't add unrelated stuff to the src tarball.
This commit is contained in:
parent
2db3c902fb
commit
d76757b21b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -102,6 +102,8 @@ debsource: all
|
|||
mkdir -p $(DEBSRCDIR)
|
||||
for D in `ls | grep -v builds | grep -v sysroot`; do cp -r $$D $(DEBSRCDIR); done
|
||||
(cd $(DEBSRCDIR) && make distclean)
|
||||
rm $(DEBSRCDIR)/git-daemon-export-ok
|
||||
rm -rf $(DEBSRCDIR)/sysroot
|
||||
(cd builds && tar cfzv $(DEBSRCNAME)-src.tar.gz $(DEBSRCNAME)-src)
|
||||
rm -rf $(DEBSRCDIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue