- Timestamp:
- 03/07/06 15:31:56 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r47 r48 104 104 105 105 # Scriptlets 106 my $prepscript ;107 my $buildscript ;106 my $prepscript = ''; 107 my $buildscript = ''; 108 108 # %install doesn't need the full treatment from %clean; just an empty place to install to. 109 109 # NB - rpm doesn't do this; is it really necessary? 110 110 my $installscript = '[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT'."\n"; 111 my $cleanscript ;111 my $cleanscript = ''; 112 112 # pre/post (un)install scripts. Note that these will likely barf as-is. :/ 113 113 my $preinstscript = '';
Note:
See TracChangeset
for help on using the changeset viewer.