Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21462 Details for
Bug 31110
net-p2p/xmule-1.6.1 fails on install
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Solves the problem of not finding mkinstalldirs... (will attach new ebuild soon)
xmule-1.6.1-mkinstalldir.patch (text/plain), 551 bytes, created by
Martin Schrodi
on 2003-11-29 06:58:46 UTC
(
hide
)
Description:
Solves the problem of not finding mkinstalldirs... (will attach new ebuild soon)
Filename:
MIME Type:
Creator:
Martin Schrodi
Created:
2003-11-29 06:58:46 UTC
Size:
551 bytes
patch
obsolete
>diff -urN xmule-1.6.1/po/Makefile.in.in xmule-1.6.1.new/po/Makefile.in.in >--- xmule-1.6.1/po/Makefile.in.in 2003-11-29 14:43:39.000000000 +0100 >+++ xmule-1.6.1.new/po/Makefile.in.in 2003-11-29 14:47:43.000000000 +0100 >@@ -27,7 +27,7 @@ > INSTALL = @INSTALL@ > INSTALL_DATA = @INSTALL_DATA@ > MKINSTALLDIRS = @MKINSTALLDIRS@ >-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` >+mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) > > GMSGFMT = @GMSGFMT@ > MSGFMT = @MSGFMT@
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 31110
:
19931
| 21462 |
21463