summaryrefslogtreecommitdiffstats
path: root/pkgdb1
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-04-08 06:49:08 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-04-08 07:01:15 +0200
commitc8056b5a90ba2ef5351d9ccc3ffecee3f50211eb (patch)
tree0bf7017cfc37d6f97fa8e645eac0eeb810077f96 /pkgdb1
parent3cfa0be926efae73e0044ae7746917d8d9d6c874 (diff)
downloaddbscripts-c8056b5a90ba2ef5351d9ccc3ffecee3f50211eb.tar.gz
dbscripts-c8056b5a90ba2ef5351d9ccc3ffecee3f50211eb.tar.xz
Fix "unknown" category handling
More minor fixes for my previous SVN commits Now with less password Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'pkgdb1')
-rwxr-xr-xpkgdb14
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgdb1 b/pkgdb1
index a421007..72dc3ac 100755
--- a/pkgdb1
+++ b/pkgdb1
@@ -15,8 +15,8 @@ getpkgname() {
STAGEDIR=$(pwd)
#This is our "unknown" category. We will have to do something about this later.
-# It is a stop-gap
-CATEGORY=25
+# It is a stop-gap. We will insert new packages in this way
+CATEGORY="unknown"
SVNCO=$1
REPOTAG=$2