Changeset 750 in ProjectBuilder for devel/pb-modules
- Timestamp:
- Mar 30, 2009, 3:10:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/lib/ProjectBuilder/Distribution.pm
r749 r750 77 77 my $dsuf = "unknown"; 78 78 my $dupd = "unknown"; 79 my $arch = shift || undef; 79 80 80 81 # If we don't know which distribution we're on, then guess it … … 119 120 120 121 # By defaut propose yum 121 my $arch=pb_get_arch() ;122 my $arch=pb_get_arch() if (not defined $arch); 122 123 my $opt = ""; 123 124 if ($arch eq "x86_64") {
Note:
See TracChangeset
for help on using the changeset viewer.