summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tindal <urilith@gentoo.org>2005-04-02 18:47:30 +0000
committerMichael Tindal <urilith@gentoo.org>2005-04-02 18:47:30 +0000
commitd255f5defcf9a81da85d84b3910707537408583f (patch)
treebf5d9ab3c75a2ae0f241ecbd9636ebce863846fe /dev-dotnet
parentadjust description (diff)
downloadgentoo-2-d255f5defcf9a81da85d84b3910707537408583f.tar.gz
gentoo-2-d255f5defcf9a81da85d84b3910707537408583f.tar.bz2
gentoo-2-d255f5defcf9a81da85d84b3910707537408583f.zip
Fix a silly insinto mistake I made.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/ndoc/ChangeLog5
-rw-r--r--dev-dotnet/ndoc/ndoc-1.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-dotnet/ndoc/ChangeLog b/dev-dotnet/ndoc/ChangeLog
index 52c052515aa0..249b8bc46c9f 100644
--- a/dev-dotnet/ndoc/ChangeLog
+++ b/dev-dotnet/ndoc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/ndoc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ChangeLog,v 1.1 2005/04/02 18:36:42 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ChangeLog,v 1.2 2005/04/02 18:47:30 urilith Exp $
+
+ 02 Apr 2005; <urilith@gentoo.org> ndoc-1.3.1.ebuild:
+ Fix a silly mistake I made.
*ndoc-1.3.1 (02 Apr 2005)
diff --git a/dev-dotnet/ndoc/ndoc-1.3.1.ebuild b/dev-dotnet/ndoc/ndoc-1.3.1.ebuild
index 1430d63b5f76..d9e1923508d1 100644
--- a/dev-dotnet/ndoc/ndoc-1.3.1.ebuild
+++ b/dev-dotnet/ndoc/ndoc-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ndoc-1.3.1.ebuild,v 1.1 2005/04/02 18:36:42 urilith Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ndoc/ndoc-1.3.1.ebuild,v 1.2 2005/04/02 18:47:30 urilith Exp $
inherit mono
@@ -45,7 +45,7 @@ src_install() {
mono $DEBUG_VAR /usr/share/ndoc/NDocConsole.exe "\$@"
EOF
- insinto ${D}/usr/share/ndoc/
+ insinto /usr/share/ndoc/
doins NDocConsole.exe
dobin ndoc
}