packagekit/tools/backend-change.sh

6 lines
90 B
Bash
Raw Normal View History

2007-08-27 04:42:25 -07:00
make clean
./autogen.sh --prefix=/home/hughsie/.root --with-backend=$1
make
make install