Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63274 Details for
Bug 98817
tpp-1.3 available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tpp-1.3-Makefile.patch
tpp-1.3-Makefile.patch (text/plain), 893 bytes, created by
Donnie Berkholz (RETIRED)
on 2005-07-12 14:43:42 UTC
(
hide
)
Description:
tpp-1.3-Makefile.patch
Filename:
MIME Type:
Creator:
Donnie Berkholz (RETIRED)
Created:
2005-07-12 14:43:42 UTC
Size:
893 bytes
patch
obsolete
>diff -urN tpp-1.3.orig/Makefile tpp-1.3/Makefile >--- tpp-1.3.orig/Makefile 2005-06-12 04:39:10.000000000 -0700 >+++ tpp-1.3/Makefile 2005-07-12 03:46:05.000000000 -0700 >@@ -3,10 +3,10 @@ > ################################################# > > BIN = tpp >-prefix=/usr/local >-INSPATH= $(prefix)/bin/ >-DOCPATH = $(prefix)/share/doc/tpp >-MANPATH = $(prefix)/share/man/man1 >+prefix=/usr >+INSPATH= $(DESTDIR)$(prefix)/bin/ >+DOCPATH = $(DESTDIR)$(prefix)/share/doc/tpp >+MANPATH = $(DESTDIR)$(prefix)/share/man/man1 > > all: > @echo "TPP doesn't need to be built. Run \`make install' in order to install it." >@@ -14,7 +14,9 @@ > install : > mkdir -p $(DOCPATH) > install -m644 DESIGN CHANGES COPYING README THANKS $(DOCPATH) >+ mkdir -p $(MANPATH) > install -m644 doc/tpp.1 $(MANPATH) >+ mkdir -p $(INSPATH) > install tpp.rb $(INSPATH)$(BIN) > mkdir -p $(DOCPATH)/contrib > mkdir -p $(DOCPATH)/examples
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 98817
: 63274