Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15257 Details for
Bug 15193
recursive dodoc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dodoc
dodoc (text/plain), 449 bytes, created by
SpanKY
on 2003-07-30 18:03:12 UTC
(
hide
)
Description:
dodoc
Filename:
MIME Type:
Creator:
SpanKY
Created:
2003-07-30 18:03:12 UTC
Size:
449 bytes
patch
obsolete
>#!/bin/bash ># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-src/portage/bin/dodoc,v 1.5 2003/04/27 21:16:47 carpaski Exp $ > >if [ $# -lt 1 ] ; then > echo "${0}: at least one argument needed" > exit 1 >fi >DOCTREEBASE="/usr/share/doc/${PF}" >env \ > INSOPTIONS="-m0644" \ > INSDESTTREE="${DOCTREEBASE}/${DOCDESTTREE}" \ > doins "$@" \ > || exit $? >prepalldocs
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15193
:
7971
| 15257 |
15258
|
15259
|
71865