version 1.35, 2001/04/17 14:09:14
|
version 1.37, 2001/04/17 14:17:22
|
Line 706 END
|
Line 706 END
|
if ($category ne 'conf' && $category ne 'symbolic link') { |
if ($category ne 'conf' && $category ne 'symbolic link') { |
if ($source!~/\*/) { |
if ($source!~/\*/) { |
$description.=<<END; |
$description.=<<END; |
\ttest '-e \$(SOURCE)/$source' \&\& install -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot || echo "**** LON-CAPA WARNING **** CVS source file does not exist: \$(SOURCE)/$source" |
\ttest -e \$(SOURCE)/$source \&\& install -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot || echo "**** LON-CAPA WARNING **** CVS source file does not exist: \$(SOURCE)/$source" |
END |
END |
} |
} |
else { |
else { |
|
$description.=<<END; |
\tinstall -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot |
\tinstall -o $owner -g $group -m $devchmod \$(SOURCE)/$source \$(TARGET)/$rot |
END |
END |
} |
} |