Changeset 1331

Show
Ignore:
Timestamp:
09/23/08 01:39:40 (16 years ago)
Author:
ppalmers
Message:

fix #149: install configuration file properly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/SConstruct

    r1329 r1331  
    510510 
    511511env['USER_CONFIG_FILE'] = env['CONFIGDIR'] + "/configuration" 
    512 env['SYSTEM_CONFIG_FILE'] = env['SHAREDIR'] + "/configuration" 
     512env['SYSTEM_CONFIG_FILE'] = env['sharedir'] + "/configuration" 
    513513 
    514514env['REGISTRATION_URL'] = "http://ffado.org/deviceregistration/register.php?action=register" 
     
    535535env.Install( env['libdir'] + '/pkgconfig', pkgconfig ) 
    536536 
    537 env.Install( env['SHAREDIR'], 'configuration' ) 
     537env.Install( env['sharedir'], 'configuration' ) 
    538538 
    539539subdirs=['external','src','libffado','tests','support','doc']