[SCM] Image Reduction and Analysis Facility branch, debian, updated. afb6aec68af137c3c7630caf815404e2ba239f50

Ole Streicher debian at liska.ath.cx
Sun Jun 30 19:35:52 UTC 2013


The following commit has been merged in the debian branch:
commit afb6aec68af137c3c7630caf815404e2ba239f50
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sun Jun 30 19:35:38 2013 +0000

    Add armhf architecture (and maybe armel)

diff --git a/debian/rules b/debian/rules
index 9e6e74b..3c12bb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,14 +22,14 @@ export CC=gcc
 tmp_links:
 	if [ ! -d bin.${IRAFARCH} ] ; then \
 	    mkdir -p bin.${IRAFARCH} ; \
-	    touch bin.${IRAFARCH}/IRAF.NET
-	    touch bin.${IRAFARCH}/IB.LNUX
+	    touch bin.${IRAFARCH}/IRAF.NET ; \
+	    touch bin.${IRAFARCH}/IB.LNUX ; \
 	fi
 	ln -sf bin.${IRAFARCH} bin
 	if [ ! -d noao/bin.${IRAFARCH} ] ; then \
 	    mkdir -p noao/bin.${IRAFARCH} ; \
-	    touch noao/bin.${IRAFARCH}/IRAF.NET
-	    touch noao/bin.${IRAFARCH}/IB.LNUX
+	    touch noao/bin.${IRAFARCH}/IRAF.NET ; \
+	    touch noao/bin.${IRAFARCH}/IB.LNUX ; \
 	fi
 	ln -sf bin.${IRAFARCH} noao/bin
 	if [ ! -d unix/bin.${IRAFARCH} ] ; then \

-- 
Image Reduction and Analysis Facility



More information about the debian-science-commits mailing list