Changeset 92


Ignore:
Timestamp:
04/18/07 11:27:31 (17 years ago)
Author:
kdeugau
Message:

/trunk

Fix smallish bug in install_sdeb() - absolute-ify the source package
pathname we're given so we can actually find it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r91 r92  
    11711171# Extracts .sdeb contents to %_topdir as appropriate
    11721172sub install_sdeb {
     1173  $srcpkg = abs_path($srcpkg);
     1174
    11731175  my $paxcmd = "cd $topdir; pax -r <$srcpkg; cd -";
    11741176
Note: See TracChangeset for help on using the changeset viewer.