diff options
Diffstat (limited to 'db-arch')
-rwxr-xr-x | db-arch | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/bash -# $Id: db-arch,v 1.22 2005/06/21 03:44:57 judd Exp $ +# $Id: db-arch,v 1.23 2006/02/20 06:33:40 judd Exp $ repoid=1 reponame="current" @@ -9,6 +9,8 @@ ftppath="/home/ftp/current/os/i686" cvspath="/home/cvs-arch" cvsmod="arch/build" +stagedir="$HOME/staging/arch" + # call the real script . `dirname $0`/db-inc |