[Debian-astro-commits] [iraf] 04/05: Fix cl script change

Ole Streicher olebole at moszumanska.debian.org
Thu Nov 23 08:13:09 UTC 2017


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

olebole pushed a commit to branch master
in repository iraf.

commit 9be19ce746be44a69d13376698056e4515636f72
Author: Ole Streicher <olebole at debian.org>
Date:   Thu Nov 23 09:11:44 2017 +0100

    Fix cl script change
---
 .../Make-the-installation-FHS-and-Free-Desktop-conform.patch        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/Make-the-installation-FHS-and-Free-Desktop-conform.patch b/debian/patches/Make-the-installation-FHS-and-Free-Desktop-conform.patch
index 5475584..bb41c94 100644
--- a/debian/patches/Make-the-installation-FHS-and-Free-Desktop-conform.patch
+++ b/debian/patches/Make-the-installation-FHS-and-Free-Desktop-conform.patch
@@ -36,7 +36,7 @@ index 945ec4d..4f3c13b 100755
 +
 +if [ -z $host ]; then
 +    export host="${iraf}unix/"
-+endif
++fi
 +
 +# Determine the temporary dir, using standard variable from The Open Group
 +# Base Specifications. Default to FHS.
@@ -45,8 +45,8 @@ index 945ec4d..4f3c13b 100755
 +        export tmp=$(echo $TMPDIR | sed s'-/$--')/
 +    else
 +        export tmp="/tmp/"
-+    endif
-+endif
++    fi
++fi
 +
  # Check for a version query.
  if (( $# > 1 )); then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/iraf.git



More information about the Debian-astro-commits mailing list