Subversion Repositories DevTools

Rev

Rev 7300 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7300 Rev 7304
Line 27... Line 27...
27
#
27
#
28
#   Indicate that debian packages should be created as directly deployable
28
#   Indicate that debian packages should be created as directly deployable
29
#   They will be placed in the root directory of the target package and will have a P/D mangled 
29
#   They will be placed in the root directory of the target package and will have a P/D mangled 
30
#   into the name. This is in keeping with all other directly deplayable installers
30
#   into the name. This is in keeping with all other directly deplayable installers
31
#
31
#
-
 
32
#       PACKAGE_ARCH is set in the toolset
32
    SetGlobalOption('DEBIAN_PACKAGE_DEPLOYABLE', 1);
33
    SetGlobalOption('DEBIAN_PACKAGE_DEPLOYABLE', 1);
33
    SetGlobalOption('PACKAGE_ARCH', 'x86_64');
-
 
34
    SetGlobalOption('PACKAGE_RELEASE', 'el7');
34
    SetGlobalOption('PACKAGE_RELEASE', 'el7');
35
}
35
}
36
 
36
 
37
 
37
 
38
 
38