packagekit/tools/backend-change.sh

6 lines
105 B
Bash
Raw Normal View History

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