From 062365cb84734801c144f6fa468992c61e91067f Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 19 Aug 2015 22:34:25 -0400 Subject: [PATCH] LP#1486800: Remove Penalty.pm from MANIFEST With the changes from bug 1312308, open-ils.penalty service was removed (see http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=432a106facf4ee93e544408d70524f06d55ff56e in master). When performing a make install afterwards, we see this warning in the console: WARNING: the following files are missing in your kit: lib/OpenILS/Application/Penalty.pm Please inform the author. Looking around, I can see that we may need to remove the entry for lib/OpenILS/Application/Penalty.pm from OpenILS/lib/perlmods/MANIFEST. Signed-off-by: Ben Shum Signed-off-by: Galen Charlton --- Open-ILS/src/perlmods/MANIFEST | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/perlmods/MANIFEST b/Open-ILS/src/perlmods/MANIFEST index f00deefadd..f8a77a48f8 100644 --- a/Open-ILS/src/perlmods/MANIFEST +++ b/Open-ILS/src/perlmods/MANIFEST @@ -40,7 +40,6 @@ lib/OpenILS/Application/Circ/Survey.pm lib/OpenILS/Application/Circ/Transit.pm lib/OpenILS/Application/Collections.pm lib/OpenILS/Application/Fielder.pm -lib/OpenILS/Application/Penalty.pm lib/OpenILS/Application/PermaCrud.pm lib/OpenILS/Application/Proxy.pm lib/OpenILS/Application/Reporter.pm -- 2.11.0