[Bps-public-commit] Module-Install-RTx branch, static-support, created. 0.28-3-g224c23e
? sunnavy
sunnavy at bestpractical.com
Mon May 16 04:04:54 EDT 2011
The branch, static-support has been created
at 224c23e5d814b6c15cbed4556dada2594bfc8682 (commit)
- Log -----------------------------------------------------------------
commit d30b139530a8d83be3e950f9878535c6a1c78b0a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon May 16 16:00:40 2011 +0800
install static too
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 5b3da64..930260b 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -13,7 +13,7 @@ use FindBin;
use File::Glob ();
use File::Basename ();
-my @DIRS = qw(etc lib html bin sbin po var);
+my @DIRS = qw(etc lib html bin sbin po var static);
my @INDEX_DIRS = qw(lib bin sbin);
sub RTx {
commit 224c23e5d814b6c15cbed4556dada2594bfc8682
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon May 16 16:03:41 2011 +0800
caveat about the static dir
diff --git a/lib/Module/Install/RTx.pm b/lib/Module/Install/RTx.pm
index 930260b..7a8b203 100644
--- a/lib/Module/Install/RTx.pm
+++ b/lib/Module/Install/RTx.pm
@@ -253,6 +253,8 @@ sub-system.
may influence behaviour of your extension. Recommend people use clean dir on
upgrade or guide how to remove old versions of your extension.
+=item * to make static dir work, RT 4.2+ is required.
+
=back
=head1 ENVIRONMENT
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list