From 4bc106f1a60a6172b707bfaee5aff5030234466e Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 7 Apr 2008 22:52:55 -0500 Subject: Giant SVN changes Some other fun stuff snuck in there, like indentation changes, but this should get us mostly working under SVN, and at least allow us to build DB files at the very least Signed-off-by: Aaron Griffin --- db-extra | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'db-extra') diff --git a/db-extra b/db-extra index af78c98..8d2c5b8 100755 --- a/db-extra +++ b/db-extra @@ -4,14 +4,4 @@ repoid=2 reponame="extra" arch="i686" -ftppath="/home/ftp/extra/os/i686" - -cvspath="/home/cvs-extra" -cvsmod="extra" -cvstag="CURRENT" - -stagedir="$HOME/staging/extra" - -# call the real script -. `dirname $0`/db-inc - +. $(dirname $0)/db-inc -- cgit v1.2.3-24-g4f1b