summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrakash Shetty <crux@gentoo.org>2001-06-27 09:05:02 +0000
committerPrakash Shetty <crux@gentoo.org>2001-06-27 09:05:02 +0000
commitdcd3d45b9084134ca714e62daa365d4819f13175 (patch)
tree8f966c3808d7f47686a8059154969f5148f185d4 /kde-apps
parentA Full Featured IRC Client for KDE (diff)
downloadhistorical-dcd3d45b9084134ca714e62daa365d4819f13175.tar.gz
historical-dcd3d45b9084134ca714e62daa365d4819f13175.tar.bz2
historical-dcd3d45b9084134ca714e62daa365d4819f13175.zip
Modified some errors
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kvirc/kvirc-2.1.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/kde-apps/kvirc/kvirc-2.1.1.ebuild b/kde-apps/kvirc/kvirc-2.1.1.ebuild
index 23a53b46f4e9..7894434d8123 100644
--- a/kde-apps/kvirc/kvirc-2.1.1.ebuild
+++ b/kde-apps/kvirc/kvirc-2.1.1.ebuild
@@ -15,13 +15,12 @@ src_compile() {
cd ${S}
try ./configure --with-kde-support
- try make kvirc
-
}
src_install () {
cd ${S}
+ try make kvirc DESTDIR=${D}
try make install DESTDIR=${D}
try make docs DESTDIR=${D}
}