Subversion Repositories SvarDOS

Rev

Rev 180 | Rev 189 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 180 Rev 185
Line 11... Line 11...
11
 
11
 
12
### parameters block starts here ############################################
12
### parameters block starts here ############################################
13
 
13
 
14
PKGDIR=`realpath ./packages`
14
PKGDIR=`realpath ./packages`
15
REPOROOT=`realpath ./website/repo`
15
REPOROOT=`realpath ./website/repo`
16
BUILDIDX=`realpath ../fdnpkg/trunk/buildidx/buildidx`
16
BUILDIDX=`realpath ./buildidx/buildidx`
17
PUBDIR=`realpath ./website/download`
17
PUBDIR=`realpath ./website/download`
18
CDROOT=`realpath ./cdroot`
18
CDROOT=`realpath ./cdroot`
19
CUSTFILES=`realpath ./files`
19
CUSTFILES=`realpath ./files`
20
 
20
 
21
GENISOIMAGE=''    # can be mkisofs, genisoimage or empty for autodetection
21
GENISOIMAGE=''    # can be mkisofs, genisoimage or empty for autodetection