mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
exclude local config file
This commit is contained in:
parent
199e870a87
commit
f322273249
|
|
@ -2,4 +2,4 @@
|
|||
make -C tools clean
|
||||
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
|
||||
chmod +x build-devkit.sh
|
||||
cd .. && tar --exclude=*CVS* --exclude=*.log --exclude=*.bz2 -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
|
||||
cd .. && tar --exclude=*CVS* --exclude=*.log --exclude=*.bz2 --exclude=*.gz --exclude=config.sh -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user