X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fupload.sh;h=34221e8c5b7e783533c027fbb46f55446cc59c58;hb=2cf33a79e15065d4a231658a8912d4f728e11560;hp=2c1820ce014ddca1b8df8ef20460ad32a368691a;hpb=2d7872d141e94112a6abb22b142efe4bfedffd9a;p=clsql.git diff --git a/debian/upload.sh b/debian/upload.sh index 2c1820c..34221e8 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,5 +1,5 @@ -#!/bin/sh -e +#!/bin/bash -e -dup clsql -Uftp.med-info.com -D/home/ftp/pub/clsql \ - -C"(cd /opt/apache/htdocs/clsql.med-info.com; make)" +dup clsql -Uftp.med-info.com -D/home/ftp/clsql -su \ + -C"(cd /opt/apache/htdocs/clsql.med-info.com; make install-doc)"