Code Search for Developers
 
 
  

sysdes_paths.pm.in from LinuxCOE at Krugle


Show sysdes_paths.pm.in syntax highlighted

package sysdes_paths;
# Blast these paths into the name space of calling scripts
# Used by all perl

require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw($prefix $OPT $VAR $ETC);
use vars @EXPORT;

# Needed Paths
$prefix="@prefix@";

$OPT="@prefix@";
$VAR="@localstatedir@";
$ETC="@sysconfdir@";




See more files for this project here

LinuxCOE

The Linux Common Operating Environment (LinuxCOE) facilitates provisioning and lifecycle support of many popular Linux distributions, versions and architectures.

Project homepage: http://sourceforge.net/projects/linuxcoe
Programming language(s): JavaScript,Perl,Shell Script
License: gpl2

  Makefile.am
  Makefile.in
  binaries.pm.in
  errors
  sysdes_paths.pm.in