[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 72/483: Make sure we always call the correct create_xpi.pl

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 5f083d2b99efc8a0925fe23a191a33c361a0943c
Author: Wladimir Palant <trev at gtchat.de>
Date:   Tue Jan 23 09:44:14 2007 +0000

    Make sure we always call the correct create_xpi.pl
    
    --HG--
    extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40678
---
 make_devbuild.pl | 2 +-
 make_release.pl  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/make_devbuild.pl b/make_devbuild.pl
index 17efef1..11db239 100644
--- a/make_devbuild.pl
+++ b/make_devbuild.pl
@@ -12,4 +12,4 @@ my $build = sprintf("%04i%02i%02i%02i", $year+1900, $mon+1, $day, $hour);
 
 my $locale = (@ARGV ? "-" . join("-", @ARGV) : "");
 @ARGV = ("elemhidehelper-$version+.$build$locale.xpi", "+.$build", @ARGV);
-do 'create_xpi.pl';
+do './create_xpi.pl';
diff --git a/make_release.pl b/make_release.pl
index 9ed96a7..03ef084 100644
--- a/make_release.pl
+++ b/make_release.pl
@@ -12,7 +12,7 @@ print VERSION $ARGV[0];
 close(VERSION);
 
 @ARGV = ("../../downloads/elemhidehelper-$version.xpi");
-do 'create_xpi.pl';
+do './create_xpi.pl';
 
 opendir(LOCALES, "chrome/locale");
 my @locales = grep {!/[^\w\-]/ && !/CVS/} readdir(LOCALES);
@@ -22,7 +22,7 @@ closedir(LOCALES);
 for my $locale (@locales)
 {
   @ARGV = ("../../downloads/elemhidehelper-$version-$locale.xpi", $locale);
-  do 'create_xpi.pl';
+  do './create_xpi.pl';
 }
 
 chdir('../..');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list