Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66519 Details for
Bug 96001
xtem - a letex shell (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for xteminstall
xtem-8.26-install.patch (text/plain), 2.14 KB, created by
Chris Fairles
on 2005-08-21 20:07:12 UTC
(
hide
)
Description:
patch for xteminstall
Filename:
MIME Type:
Creator:
Chris Fairles
Created:
2005-08-21 20:07:12 UTC
Size:
2.14 KB
patch
obsolete
>--- xtem-8.26/xteminstall 2004-06-29 07:08:31.000000000 -0400 >+++ xtem-8.26/xteminstall_new 2005-08-21 22:37:59.000000000 -0400 >@@ -1,4 +1,4 @@ >-#!/bin/sh >+#!/bin/bash > #^^^^^^^^^ modify first line if necessary, don't delete this line > # (Bourne shell -- maybe Bash), the bourne shell call specified in first line > # is used for creation/modification of some more scripts! >@@ -16,7 +16,7 @@ > umask 022 ; # prevents group/other-write permission > # for new files (e.g. at program compilation) > >-INSTPATH="" ; # normally empty, will then be set >+INSTPATH=${WORKDIR} ; # normally empty, will then be set > # automatically (see below); > # must be set if used with "mount NFS" > # and using different export and mount pathes >@@ -26,11 +26,11 @@ > # $INSTPATH/xtem-n.nn/xteminstall > # (n.nn being the current version) > >-BINPATH="/usr/local/bin" ; # into this directory executeables and shell >+BINPATH="${D}usr/bin" ; # into this directory executeables and shell > # scripts are copied; must be included in > # search path variable $PATH > >-MANPATH="/usr/local/man/man1" ; # into this directory the man-page >+MANPATH="${D}usr/share/man/man1" ; # into this directory the man-page > # is to be installed > > WISHCALL="/usr/bin/wish" ; # command to call wish >@@ -39,7 +39,7 @@ > TCLCALL="/usr/bin/tclsh" ; # command to call tclsh > # (Tcl without Tk) > >-PRINTCOM="ABORT" ; # print command name list >+PRINTCOM="lpr" ; # print command name list > # (without options, separated by blanks), > # the print commands must exist,if more than 1 element: > # first element will become default printer when >@@ -65,11 +65,11 @@ > # each language is enclosed in braces and can > # be followed by any number of synonyms > >-DEFLANGUAGE="german" ; # specifies the defaultlanguage >+DEFLANGUAGE="english" ; # specifies the defaultlanguage > > CC="gcc" ; # C-compiler for translation of C Programs > >-CC_OPTS="" ; # options for C-compiler (e.g. "-DAIX") >+CC_OPTS="${CFLAGS}" ; # options for C-compiler (e.g. "-DAIX") > > XiMaxBoxWidth=120 ; # maximum box width (characters) > # for (large) select boxes
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 96001
:
66518
| 66519 |
66520