Changeset 1402 in ProjectBuilder for devel/rpmbootstrap


Ignore:
Timestamp:
Feb 3, 2012, 12:17:04 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4487@cabanilles: bruno | 2012-02-01 16:21:48 +0100

  • Fix the -t option without param for pb
  • add a function to analyze busybox countent and create appropriate structure for pbmkbm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1326 r1402  
    257257# Get the package list to download, store them in a cache directory
    258258#
    259 my ($rbscachedir) = pb_conf_get_if("rbscachedir");
     259my ($rbscachedir) = pb_conf_get_if("cachedir");
    260260my ($pkgs,$mirror) = pb_distro_get_param($pbos,pb_conf_get("rbsmindep","rbsmirrorsrv"));
    261261
    262262my $cachedir = "/var/cache/rpmbootstrap";
    263263$cachedir = $rbscachedir->{'default'} if (defined $rbscachedir->{'default'});
     264$cachedir = $rbscachedir->{$appname} if (defined $rbscachedir->{$appname});
    264265
    265266# Point to the right subdir and create it if needed
Note: See TracChangeset for help on using the changeset viewer.