summaryrefslogtreecommitdiffstats
path: root/installDeb.sh
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-19 18:17:02 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-19 18:17:02 +0000
commitf867212c1762e156553d039319b904a17f7b563d (patch)
tree461c1a743b3ff8291e03360742dbbfb4cc0087e4 /installDeb.sh
downloadknutclient-f867212c1762e156553d039319b904a17f7b563d.tar.gz
knutclient-f867212c1762e156553d039319b904a17f7b563d.zip
Added KDE3 version of knutclient
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knutclient@1092914 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'installDeb.sh')
-rwxr-xr-xinstallDeb.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/installDeb.sh b/installDeb.sh
new file mode 100755
index 0000000..a4e70f3
--- /dev/null
+++ b/installDeb.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+make -f Makefile.cvs
+
+[ ! -f Makefile ] || make clean
+export kde_htmldir=/usr/share/doc/kde/HTML
+./configure --prefix=/usr
+
+make
+make install