diff options
author | Judd Vinet <judd@archlinux.org> | 2006-02-20 07:33:40 +0100 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2006-02-20 07:33:40 +0100 |
commit | a49feb74bba7a0dfe7f5a546fc4a188ded208c61 (patch) | |
tree | d380b8f8aa3cc73c58709f18e028c776c2248b88 /db-extra | |
parent | 7c99f3e12b92f5112f3f79bf55deebcab6c3fc11 (diff) | |
download | dbscripts-a49feb74bba7a0dfe7f5a546fc4a188ded208c61.tar.gz dbscripts-a49feb74bba7a0dfe7f5a546fc4a188ded208c61.tar.xz |
re-worked db-gen scripts -- new and improved
Diffstat (limited to 'db-extra')
-rwxr-xr-x | db-extra | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/bash -# $Id: db-extra,v 1.11 2005/06/21 03:44:57 judd Exp $ +# $Id: db-extra,v 1.12 2006/02/20 06:33:40 judd Exp $ repoid=2 reponame="extra" @@ -9,6 +9,8 @@ ftppath="/home/ftp/extra/os/i686" cvspath="/home/cvs-extra" cvsmod="extra" +stagedir="$HOME/staging/extra" + # call the real script . `dirname $0`/db-inc |