Changeset 1136


Ignore:
Timestamp:
01/06/11 22:45:55 (2 years ago)
Author:
bruno
Message:
  • Fix #76 by improving solaris skeleton generation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Env.pm

    r1130 r1136  
    10181018EOF 
    10191019                close(CONF); 
     1020                open(CONF,"> $ENV{'PBROOTDIR'}/pbfilter/pkg.pbf") || die "Unable to create $ENV{'PBROOTDIR'}/pbfilter/pkg.pbf"; 
     1021                print CONF << "EOF"; 
     1022# 
     1023# \$Id\$ 
     1024# 
     1025# Filter for pkg build 
     1026# 
     1027# Solaris package name (VENDOR : 4 letters in uppercase, SOFT : 8 letters in lowercase) 
     1028filter PBSOLPKG = SUNWsoftware 
     1029 
     1030EOF 
     1031                close(CONF); 
    10201032                pb_mkdir_p("$ENV{'PBROOTDIR'}/$pp/pbfilter") || die "Unable to create $ENV{'PBROOTDIR'}/$pp/pbfilter"; 
    10211033                pb_mkdir_p("$ENV{'PBROOTDIR'}/$pp/pkg") || die "Unable to create $ENV{'PBROOTDIR'}/$pp/pkg"; 
     
    10251037# $Id$ 
    10261038# 
    1027 PKG="PBREALPKG" 
    1028 NAME="PBSUMMARY" 
     1039PKG="PBSOLPKG" 
     1040NAME="PBREALPKG" 
    10291041VERSION="PBVER" 
    1030 # or i386 
     1042# all or i386 
    10311043ARCH="all" 
    10321044CATEGORY="application" 
    1033 DESC="PBDESC" 
     1045DESC="PBSUMMARY" 
    10341046EMAIL="PBPACKAGER" 
    10351047VENDOR="PBPACKAGER" 
Note: See TracChangeset for help on using the changeset viewer.