Changeset 48 for trunk


Ignore:
Timestamp:
03/07/06 15:31:56 (18 years ago)
Author:
kdeugau
Message:

/trunk

Initialize more variables - scriptlets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r47 r48  
    104104
    105105# Scriptlets
    106 my $prepscript;
    107 my $buildscript;
     106my $prepscript = '';
     107my $buildscript = '';
    108108# %install doesn't need the full treatment from %clean;  just an empty place to install to.
    109109# NB - rpm doesn't do this;  is it really necessary?
    110110my $installscript = '[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT'."\n";
    111 my $cleanscript;
     111my $cleanscript = '';
    112112# pre/post (un)install scripts.  Note that these will likely barf as-is.  :/
    113113my $preinstscript = '';
Note: See TracChangeset for help on using the changeset viewer.