Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23686 Details for
Bug 37990
pixinto and dopix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dopix script
dopix (text/plain), 270 bytes, created by
Marcel J. P. Möhring
on 2004-01-12 11:13:38 UTC
(
hide
)
Description:
dopix script
Filename:
MIME Type:
Creator:
Marcel J. P. Möhring
Created:
2004-01-12 11:13:38 UTC
Size:
270 bytes
patch
obsolete
>#!/bin/bash > >for x in "$@" ; do > if [ -s "${x}" ] ; then > if [ -z "${PIXDESTTREE}" ] ; then > install -m0644 "${x}" "${D}usr/share/pixmaps/" > else > install -m0644 "${x}" "${D}usr/share/pixmaps/${PIXDESTTREE}" > fi > else > echo "${0}: ${x} does not exist." > fi >done
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 37990
: 23686 |
23687