# TODO: check if it's already installed within ./package directory
- warn "WARNING: No feed for package '$name' found, maybe it's already part of the standard packages?\n";
+ $srcpackage{$name} or -d "./package/$name" or warn "WARNING: No feed for package '$name' found, maybe it's already part of the standard packages?\n";
return 0;
};
This page took 0.0262 seconds and 4 git commands to generate.