[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, upstream, updated. 2.0.0-106-gb646e1d

legatvs legatvs at gmail.com
Mon Jan 5 13:36:34 UTC 2009


The following commit has been merged in the upstream branch:
commit fe433a407e97403d32407e182db507afe2aebde2
Author: legatvs <legatvs at gmail.com>
Date:   Tue Dec 30 17:58:26 2008 +0200

    Renamed CLIVE_CONFIGDIR environment variable to CLIVE_HOME.

diff --git a/CHANGES b/CHANGES
index 9dfff94..07f1e00 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Version 2.1.3-dev
 
+ User-visible changes:
+  * Renamed CLIVE_CONFIGDIR environment variable to CLIVE_HOME
+
  Developer-visible changes:
   * Cleaned up FreeBSD details (INSTALL)
 
diff --git a/clive b/clive
index 9ba798a..286f6aa 100755
--- a/clive
+++ b/clive
@@ -53,7 +53,7 @@ eval "use IO::Pager;"; $opted_mods{IOPager}     = 0 if $@;
 sub exp_continue() {}; # Satisfies: "Bareword "exp_continue" not allowed while"
 eval "use Expect;"; $opted_mods{Expect}         = 0 if $@;
 
-my $CONFIGDIR   = $ENV{CLIVE_CONFIGDIR}
+my $CONFIGDIR   = $ENV{CLIVE_HOME}
     || File::Spec->catfile($ENV{HOME}, ".config/clive");
 
 my $CONFIGFILE  = File::Spec->catfile($CONFIGDIR, "config");
@@ -2129,8 +2129,8 @@ make sure it is not dismissing unicode characters.
 
 =head1 FILES
 
-By default, clive searches the ~/.config/clive directory for the config file.
-The B<CLIVE_CONFIGDIR> environment variable can be used to override this.
+clive searches the ~/.config/clive directory for the config file. You can
+override this by setting the B<CLIVE_HOME> environment variable.
 
 =over 4
 

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list