diff options
author | Michael Tindal <urilith@gentoo.org> | 2005-04-02 18:47:30 +0000 |
---|---|---|
committer | Michael Tindal <urilith@gentoo.org> | 2005-04-02 18:47:30 +0000 |
commit | f82c20da3893f381c2b0c40dabd33ffd611ff457 (patch) | |
tree | 75be51e374d086b3dfcc02c93cc336e974b1cc78 /dev-dotnet | |
parent | adjust description (diff) | |
download | historical-f82c20da3893f381c2b0c40dabd33ffd611ff457.tar.gz historical-f82c20da3893f381c2b0c40dabd33ffd611ff457.tar.bz2 historical-f82c20da3893f381c2b0c40dabd33ffd611ff457.zip |
Fix a silly insinto mistake I made.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/ndoc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/ndoc/Manifest | 4 | ||||
-rw-r--r-- | dev-dotnet/ndoc/ndoc-1.3.1.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/dev-dotnet/ndoc/Manifest index 4227bf03ed8a..534df56e5515 100644 --- a/dev-dotnet/ndoc/Manifest +++ b/dev-dotnet/ndoc/Manifest @@ -1,4 +1,4 @@ -MD5 d48ccae9f56bec1901c42b8bf98bbfa3 ndoc-1.3.1.ebuild 1288 -MD5 19df3aee6ec53654d050d0cb0cbaec8d ChangeLog 326 +MD5 52f5e592b8f987baaf4a7149d3d79cb4 ndoc-1.3.1.ebuild 1284 +MD5 dbb0fd253c6f86a6dada0671c3bfd923 ChangeLog 412 MD5 443435c45ff66780ef8a6d478be74f1c metadata.xml 256 MD5 366ef05b58498d63fc6125c49e269c24 files/digest-ndoc-1.3.1 67 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 } |