summaryrefslogtreecommitdiff
path: root/debian/patches/fix-installation-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/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"