OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Capn_Fish on March 18, 2007, 10:35:23 am
-
Some things don't have the "DESTDIR=" option when "make install"ing them. Is there a good way to install the libs to a directory, or do you just have to go through your directories looking for the files?
-
If you make your IPKs install into /usr/local (as opposed to /usr) then you can use the "mount --bind trick" - check this:
https://www.oesf.org/forums/index.php?showt...ndpost&p=155258 (https://www.oesf.org/forums/index.php?showtopic=23360&view=findpost&p=155258)
Sometimes it's not possible to use this method. In these cases I resort to editing the Makefile, finding the section(s) which deal with the install and prefix the destinations with $DESTDIR, then I could do DESTDIR="/path/to/temp/ipk/directory" make install