Subversion Repositories DevTools

Rev

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

Rev 1467 Rev 4064
Line 27... Line 27...
27
#
27
#
28
#
28
#
29
Src         ( '*'   , 'descpkg' );
29
Src         ( '*'   , 'descpkg' );
30
PackageFile ( '*'   , 'descpkg' );
30
PackageFile ( '*'   , 'descpkg' );
31
 
31
 
32
Src         ( '*'   , 'shellbuild.sh' );
32
Src         ( '*'   , 'shellbuild.bash' );
33
PackageFile ( '*'   , 'shellbuild.sh', '--Subdir=tools/scripts' );
33
PackageFile ( '*'   , 'shellbuild.bash', '--Subdir=tools/scripts', '--Executable' );
34
Src         ( '*'   , 'debbuild.pl' );
34
Src         ( '*'   , 'debbuild.pl' );
35
PackageFile ( '*'   , 'debbuild.pl', '--Subdir=tools/scripts' );
35
PackageFile ( '*'   , 'debbuild.pl', '--Subdir=tools/scripts' );
36
Src         ( '*'   , 'postinstall' );
36
Src         ( '*'   , 'postinstall' );
37
PackageFile ( '*'   , 'postinstall', '--Subdir=tools/scripts' );
37
PackageFile ( '*'   , 'postinstall', '--Subdir=tools/scripts' );
38
 
38