Changeset 445 in MondoRescue for branches/stable/tools
- Timestamp:
- Mar 16, 2006, 1:18:15 AM (19 years ago)
- Location:
- branches/stable/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/mkqemu
r441 r445 47 47 EOF 48 48 49 ipvm=10.0.2.1 649 ipvm=10.0.2.15 50 50 sp=2222 51 51 -
branches/stable/tools/mkspec
r388 r445 12 12 if [ -f ${dir}/../$ddir/spec.m4 ]; then 13 13 inc=${dir}/../$ddir/spec.m4 14 elif [ -f ${dir}/../$d dmir/spec.m4 ]; then15 inc=${dir}/../$d dmir/spec.m414 elif [ -f ${dir}/../$dfam/spec.m4 ]; then 15 inc=${dir}/../$dfam/spec.m4 16 16 else 17 17 echo "Unable to build RPM for this distro. Please report to authors"
Note:
See TracChangeset
for help on using the changeset viewer.