Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86916 Details for
Bug 133588
app-office/timetracker (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/install.sh-patch
install.sh-patch (text/plain), 1.36 KB, created by
Martin Klaffenboeck
on 2006-05-17 04:24:28 UTC
(
hide
)
Description:
files/install.sh-patch
Filename:
MIME Type:
Creator:
Martin Klaffenboeck
Created:
2006-05-17 04:24:28 UTC
Size:
1.36 KB
patch
obsolete
>--- timetracker-0.99.1/install.sh.orig 2006-05-17 13:13:03.000000000 +0200 >+++ timetracker-0.99.1/install.sh 2006-05-17 13:14:10.000000000 +0200 >@@ -1,6 +1,6 @@ > #!/bin/sh > >-prefix="/usr/local" >+prefix="/usr" > exec_prefix="${prefix}" > libdir="${exec_prefix}/lib" > bindir="${prefix}/bin" >@@ -10,14 +10,14 @@ > applicationsdir="${datadir}/applications" > pixmapsdir="${datadir}/pixmaps" > >-install -d "${applibdir}" >+install -d "%%D%%${applibdir}" > DLLS="mono-snippets.dll Boo.Lang.dll Boo.Lang.Useful.dll" > for dll in $DLLS; do >- install -m 0755 "$dll" "${applibdir}" >+ install -m 0755 "$dll" "%%D%%${applibdir}" > done > EXES="timetracker.exe" > for exe in $EXES; do >- install -m 0755 "$exe" "${applibdir}" >+ install -m 0755 "$exe" "%%D%%${applibdir}" > done > > # create startscript >@@ -36,9 +36,9 @@ > mono --debug \$EXE_TO_RUN "\$@" > __EOF__ > >-install -d "${bindir}" >-install -m 0755 timetracker "${bindir}" >-install -d "${pixmapsdir}" >-install -m 0644 timetracker-icon.png "${pixmapsdir}/timetracker.png" >-install -d "${applicationsdir}" >-install -m 0644 timetracker.desktop "${applicationsdir}" >+install -d "%%D%%${bindir}" >+install -m 0755 timetracker "%%D%%${bindir}" >+install -d "%%D%%${pixmapsdir}" >+install -m 0644 timetracker-icon.png "%%D%%${pixmapsdir}/timetracker.png" >+install -d "%%D%%${applicationsdir}" >+install -m 0644 timetracker.desktop "%%D%%${applicationsdir}"
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 133588
:
86915
| 86916 |
146107