Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 183914 Details for
Bug 123975
new ebuild - dev-lang/xharbour
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch to create installation dirs if they don't exist
xharbour-mkinstdir.patch (text/plain), 386 bytes, created by
Phil Krylov
on 2009-03-04 18:41:25 UTC
(
hide
)
Description:
A patch to create installation dirs if they don't exist
Filename:
MIME Type:
Creator:
Phil Krylov
Created:
2009-03-04 18:41:25 UTC
Size:
386 bytes
patch
obsolete
>--- xharbour-1.0.0-beta1/config/linux/install.cf.orig 2003-12-13 20:55:11.000000000 +0300 >+++ xharbour-1.0.0-beta1/config/linux/install.cf 2009-03-04 17:48:05.000000000 +0300 >@@ -3,7 +3,8 @@ > # > > INSTALL_RULE =\ >- @if [ ! -d $(INSTALL_DIR) ]; \ >+ @$(MDP) $(INSTALL_DIR); \ >+ if [ ! -d $(INSTALL_DIR) ]; \ > then \ > echo "! Can't install, path not found:" $(INSTALL_DIR); \ > else \
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 123975
:
80618
|
144346
|
147677
|
183855
|
183876
|
183911
|
183912
| 183914 |
183916
|
183987
|
183988
|
183990
|
183992
|
183993
|
184044
|
184144
|
184206
|
278275
|
279195