Subversion Repositories DevTools

Rev

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

Rev 7299 Rev 7300
Line 1... Line 1...
1
###############################################################################
1
###############################################################################
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
#
3
#
4
# File:         PLATFORM/RHEL7
4
# File:         PLATFORM/RHEL7
5
#
5
#
6
# Contents:     GCC 4.8.5 64bit support
6
# Contents:     GCC 4.8.5 64bit support
7
#
7
#
Line 28... Line 28...
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
    SetGlobalOption('DEBIAN_PACKAGE_DEPLOYABLE', 1);
32
    SetGlobalOption('DEBIAN_PACKAGE_DEPLOYABLE', 1);
33
    SetGlobalOption('PACKAGE_ARCH', 'el7.x86_64');
33
    SetGlobalOption('PACKAGE_ARCH', 'x86_64');
34
 
-
 
-
 
34
    SetGlobalOption('PACKAGE_RELEASE', 'el7');
35
}
35
}
36
 
36
 
37
 
37
 
38
 
38