Changeset 124


Ignore:
Timestamp:
08/01/07 15:30:32 (17 years ago)
Author:
kdeugau
Message:

/trunk

Tweak processing in package build to avoid playing with undefined
variables that should be defined cuz a regex darn well *put* something
there...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r123 r124  
    10391039      }
    10401040
    1041       my ($fpath,$fname) = ($pkgfile =~ m|(.+?/?)?([^/]+)$|);   # We don't need $fname now, but we might.
     1041      my ($fpath,$fname) = ($pkgfile =~ m|(.+?/?)?([^/]+/?)$|); # We don't need $fname now, but we might.
    10421042      qx { mkdir -p $buildroot/$pkg$fpath }
    10431043        if $fpath && $fpath ne '';
Note: See TracChangeset for help on using the changeset viewer.