summaryrefslogtreecommitdiff
blob: 8229e519c5d2e54740c5fdebb568fc770de3aae1 (plain)
1
2
3
4
5
6
7
8
9
- unpack the sources of the portage to use
- run (adapt prefix/offset-prefix arguments):
configure \
	--prefix="/home/prefix/rsync-master/scripts/prefix/usr" \
	--with-offset-prefix="/home/prefix/rsync-master/scripts/prefix" \
	--with-portage-user="`id -un`" \
	--with-portage-group="`id -gn`" \
	--with-extra-path="/bin:/usr/bin"
make install