summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Rahmatullin <wrar@wrar.name>2014-02-06 00:55:36 +0600
committerAndrey Rahmatullin <wrar@wrar.name>2014-02-06 23:13:37 +0600
commit045cafab70a8feadd8fd7de69d96612ccceb00d4 (patch)
treee4a7ff6c600e181edac19fdf816a36f203bfd1e7
parent2f24d3e381630399bdd7112d9a586c387e8127bb (diff)
downloadhg-fast-export-045cafab70a8feadd8fd7de69d96612ccceb00d4.tar.gz
Update fix-installation-path.patch.
-rw-r--r--debian/patches/fix-installation-path.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/fix-installation-path.patch b/debian/patches/fix-installation-path.patch
index 69e929a..9cdd8c1 100644
--- a/debian/patches/fix-installation-path.patch
+++ b/debian/patches/fix-installation-path.patch
@@ -8,8 +8,8 @@ index a2ef9ea..5211ffe 100755
--- a/hg-fast-export.sh
+++ b/hg-fast-export.sh
@@ -3,7 +3,7 @@
- # Copyright (c) 2007, 2008 Rocco Rutte <pdmef@gmx.net> and others.
- # License: MIT <http://www.opensource.org/licenses/mit-license.php>
+ set -o pipefail
+ fi
-ROOT="`dirname $0`"
+ROOT="/usr/share/hg-fast-export"