Bugzilla – Attachment 16791 Details for
Bug 9890
Fix the new plugin system for package installs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9890 - Fix the new plugin system for package installs
PASSED-QA-Bug-9890---Fix-the-new-plugin-system-for.patch (text/plain), 965 bytes, created by
Katrin Fischer
on 2013-03-22 14:04:35 UTC
(
hide
)
Description:
[PASSED QA] Bug 9890 - Fix the new plugin system for package installs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-22 14:04:35 UTC
Size:
965 bytes
patch
obsolete
>From 5badc4e81a5cd314e83285c09e882792760db9c3 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 22 Mar 2013 06:30:42 -0700 >Subject: [PATCH] [PASSED QA] Bug 9890 - Fix the new plugin system for package > installs > >Create the plugins directory in the Makefile > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >One line change, all ok. >--- > Makefile.PL | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Makefile.PL b/Makefile.PL >index b69dfad..f306e2d 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -293,6 +293,7 @@ my $target_map = { > './OpenILS' => 'PERL_MODULE_DIR', > './README.txt' => 'NONE', > './patroncards' => 'INTRANET_CGI_DIR', >+ './plugins' => 'INTRANET_CGI_DIR', > './reports' => 'INTRANET_CGI_DIR', > './reserve' => 'INTRANET_CGI_DIR', > './reviews' => 'INTRANET_CGI_DIR', >-- >1.7.9.5
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
|
Splinter Review
Attachments on
bug 9890
:
16783
|
16791
|
18417
|
18564
|
18620
|
19200