Remove more files from the base package
This commit is contained in:
parent
aaf52f0628
commit
04587d3a39
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ mkdir -p staging
|
|||
# wipe existing data TXZs
|
||||
rm output/FlightGear-$VERSION*data.txz
|
||||
|
||||
rsync -az --exclude=".git" fgdata staging/
|
||||
rsync -az --exclude=".git" --exclude="Textures/Unused" --exclude="*.xcf" fgdata staging/
|
||||
|
||||
# add all the scenery pack files into it
|
||||
|
||||
|
|
Loading…
Reference in a new issue