Ignore:
Timestamp:
06/04/08 16:41:16 (4 years ago)
Author:
bruno
Message:

Still working on post install scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/dploy-common/Makefile.PL

    r44 r62  
    55# the contents of the Makefile that is written. 
    66WriteMakefile( 
    7     NAME         => 'dploy', 
    8     DISTNAME     => 'dploy', 
     7    NAME         => 'PBPKG', 
     8    DISTNAME     => 'PBPKG', 
    99    VERSION      => 'PBVER', 
    1010    INST_SCRIPT  => 'blib/bin', 
     
    1515    },    # e.g., Module::Name => 1.1 
    1616    AUTHOR        => 'Bruno Cornec <bruno#dploy.org>', 
    17     #EXE_FILES     => [ qw( bin/dploy-check ) ], 
    18     #MAN1PODS      => { 'bin/pb' => '$(INST_MAN1DIR)/pb.$(MAN1EXT)', }, 
     17    EXE_FILES     => [ qw( bin/PBPKG-post ) ], 
     18    MAN1PODS      => { 'bin/PBPKG-post' => '$(INST_MAN1DIR)/PBPKG-post.$(MAN1EXT)', }, 
    1919    MAN3PODS      => { 'lib/Dploy/Base.pm' => '$(INST_MAN3DIR)/Dploy::Base.$(MAN3EXT)', }, 
    2020); 
Note: See TracChangeset for help on using the changeset viewer.