Fix incrementation, handling of exe files, doc ++

pull/10/head
Raphaël Vinot 2013-03-30 19:38:11 +01:00
parent feb05cc5ab
commit fa973f4c7e
3 changed files with 5 additions and 3 deletions

View File

@ -86,7 +86,7 @@ application(){
;;
x-dosexec)
echo "Win executable"
copy ${src_file} ${dst_file}_DANGEROUS
copy ${src_file} DANGEROUS_${dst_file}_DANGEROUS
;;
x-gzip|x-tar|x-7z-compressed)
echo "Compressed file"

View File

@ -122,7 +122,7 @@ do
#unpackZip ${SRC} $targetDir $TEMP
ls -lR "${target_dir}"
fi
let PARTCOUNT=${PARTCOUNT}+1
let PARTCOUNT=`expr $PARTCOUNT + 1`
done
# The cleanup is automatically done in the function clean called when

View File

@ -8,7 +8,9 @@ apt-get update
apt-get dist-upgrade
apt-get autoremove
# System stuff to build
apt-get install git devscripts cmake debhelper
apt-get install git devscripts cmake debhelper vim
# Needed dependencies for building libpoppler
# TODO
# Deps of pdf2htmlEX
echo "deb http://ftp.de.debian.org/debian experimental" >> /etc/apt/sources.list
apt-get update