summaryrefslogtreecommitdiffstats
path: root/installMandriva.sh
blob: 10227975b70c0d9c4254af397cfd7f4a5a9649f4 (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/tde/HTML
./configure --prefix=/usr

make
make install