Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23218 - [bug] mondo-rescue 1.65 does not work
Summary: [bug] mondo-rescue 1.65 does not work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-21 01:58 UTC by Alberto Ornaghi
Modified: 2003-06-21 11:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Ornaghi 2003-06-21 01:58:57 UTC
there is a problem in the ebuild that prevent mondoarchive to run.

please change the line:

cp -f mondoarchive mondorestore mondo/mondo-makefilelist mondo/autorun
mondo/restore-scripts.tgz ${D}/usr/share/mondo

to:

cp -Rf mondoarchive mondorestore mondo/mondo-makefilelist mondo/autorun
mondo/restore-scripts ${D}/usr/share/mondo


restore-scripts is now a directory and need the -R flag...

thank you.

bye

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2003-06-21 11:24:54 UTC
My appologies, I accidentally committed the ebuild before I made that change!
updated.