Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32066 Details for
Bug 22173
nmh needs a version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
install-mh overwrite patch for 1.1rc3
nmh-install.patch (text/plain), 1.05 KB, created by
Sam Yates
on 2004-05-26 04:19:17 UTC
(
hide
)
Description:
install-mh overwrite patch for 1.1rc3
Filename:
MIME Type:
Creator:
Sam Yates
Created:
2004-05-26 04:19:17 UTC
Size:
1.05 KB
patch
obsolete
>diff -rc nmh.orig/uip/Makefile.in nmh/uip/Makefile.in >*** nmh.orig/uip/Makefile.in 2003-10-25 05:17:38.000000000 +0900 >--- nmh/uip/Makefile.in 2004-05-26 20:05:11.937450072 +0900 >*************** >*** 266,277 **** > rm -f $(bindir)/folders > rm -f $(bindir)/prev > rm -f $(bindir)/next >! rm -f $(libdir)/install-mh > $(LN) $(bindir)/flist $(bindir)/flists > $(LN) $(bindir)/folder $(bindir)/folders > $(LN) $(bindir)/show $(bindir)/prev > $(LN) $(bindir)/show $(bindir)/next >! $(LN) $(bindir)/install-mh $(libdir)/install-mh > > # install misc support binaries > install-misc: >--- 266,277 ---- > rm -f $(bindir)/folders > rm -f $(bindir)/prev > rm -f $(bindir)/next >! if [ "$(libdir)" != "$(bindir)" ]; then rm -f $(libdir)/install-mh; fi > $(LN) $(bindir)/flist $(bindir)/flists > $(LN) $(bindir)/folder $(bindir)/folders > $(LN) $(bindir)/show $(bindir)/prev > $(LN) $(bindir)/show $(bindir)/next >! if [ "$(libdir)" != "$(bindir)" ]; then $(LN) $(bindir)/install-mh $(libdir)/install-mh; fi > > # install misc support binaries > install-misc:
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 22173
:
12765
|
15179
|
15180
|
32064
|
32065
| 32066