summaryrefslogtreecommitdiffstats
path: root/installFedora.sh
blob: 8412d92e5d2e9bac4bbec07b5e2b9bd9cf887629 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
make -f Makefile.cvs

[ ! -f Makefile ] || make clean
export kde_htmldir=/usr/share/doc/HTML
./configure --prefix=/usr

make
make install