diff options
Diffstat (limited to 'pkgdb1')
-rwxr-xr-x | pkgdb1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |