Relocate

From Apache OpenOffice Wiki
Revision as of 22:08, 20 March 2010 by B michaelsen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

relocate

Many paths inside OO.o are absolute and not relative; thus when you move the source tree elsewhere, it is necessary to re-write those paths.

The most obvious place is the LinuxIntelEnv.Set* files - however, various other files need to be touched too such as the dependency files. To automate this process after a move run solenv/bin/relocate - this requires no special environment and only the new src root (from which it detects the old path). eg.

	mv build/src680-m112 ~/playground
	cd ~/playground/src680-m112
	solenv/bin/relocate ~/playground/src680-m112
Personal tools