View Single Post
Posts: 515 | Thanked: 266 times | Joined on Nov 2009 @ Oelsted, Denmark
#508
Originally Posted by Rob1n View Post
I've set up a couple of scripts to allow working with the fapman catalogs:

/usr/local/bin/fapt-get
Code:
#!/usr/bin/sh

apt-get -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
/usr/local/bin/fapt-cache
Code:
apt-cache -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
Maybe they should be included in next version of fapman...

Nice names btw...

I'm using bash so I removed the #! from fapt-get though...
__________________
Christian Wilken - tux-POWER.dk!
... May the Source be with You ...

Last edited by DrWilken; 2010-11-10 at 18:18.
 

The Following User Says Thank You to DrWilken For This Useful Post: