stupid extra .
svn path=/trunk/; revision=650
This commit is contained in:
parent
9121f66917
commit
8ab7c43edb
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ post_build() {
|
|||
mv *${DATESTAMP}*.iso* /home/buildsync/builds/x86/
|
||||
fi
|
||||
cd /release/buildroot/x86-dev/builds/hardened
|
||||
if [ -n "$(ls -1 stage3-i686-*${DATESTAMP}*.bz2.* 2>/dev/null)" ]; then
|
||||
mv stage3-i686-*${DATESTAMP}*.bz2.* /home/buildsync/builds/x86/hardened/
|
||||
if [ -n "$(ls -1 stage3-i686-*${DATESTAMP}*.bz2* 2>/dev/null)" ]; then
|
||||
mv stage3-i686-*${DATESTAMP}*.bz2* /home/buildsync/builds/x86/hardened/
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue