diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-17 15:37:32 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-17 15:37:32 +0000 |
commit | a5ba9686b60deb2953933d68af10d133ad280f09 (patch) | |
tree | 8a17008a488c20a8834e4340e2ac2aede11877b9 /app-admin/runset | |
parent | ebuild now will only overwrite digest files with a different digest file (diff) | |
download | historical-a5ba9686b60deb2953933d68af10d133ad280f09.tar.gz historical-a5ba9686b60deb2953933d68af10d133ad280f09.tar.bz2 historical-a5ba9686b60deb2953933d68af10d133ad280f09.zip |
*** empty log message ***
Diffstat (limited to 'app-admin/runset')
-rw-r--r-- | app-admin/runset/runset-1.3-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/runset/runset-1.3-r1.ebuild b/app-admin/runset/runset-1.3-r1.ebuild index ff5c2ef8c53e..d327c57b1924 100644 --- a/app-admin/runset/runset-1.3-r1.ebuild +++ b/app-admin/runset/runset-1.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.3-r1.ebuild,v 1.2 2000/08/16 04:37:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.3-r1.ebuild,v 1.3 2000/08/17 15:37:32 achim Exp $ P=runset-1.3 A=${P}.tar.gz @@ -24,10 +24,11 @@ src_install() { make prefix=${D}/usr install prepinfo dodoc AUTHORS COPYING INSTALL ChangeLog LSM NEWS README - cp -a ${S}/sample ${D}/usr/doc/${P} + cp -a ${S}/sample ${D}/usr/doc/${PF} } + |