- Timestamp:
- 08/01/07 15:30:32 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r123 r124 1039 1039 } 1040 1040 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. 1042 1042 qx { mkdir -p $buildroot/$pkg$fpath } 1043 1043 if $fpath && $fpath ne '';
Note:
See TracChangeset
for help on using the changeset viewer.