aboutsummaryrefslogtreecommitdiff
path: root/iraf.fitsutil/ac.iraf.fitsutil.patch
blob: 18319610bee0b63b91dcfec82478e5eb92850953 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ur ../original/lib/cfitsio/mkpkg ./lib/cfitsio/mkpkg
--- ../original/lib/cfitsio/mkpkg	2011-03-28 02:28:46.000000000 -0300
+++ ./lib/cfitsio/mkpkg	2016-08-10 17:47:41.000000000 -0300
@@ -8,10 +8,10 @@
 	;
 
 libcfitsio.a:
-	# cheat and use Makefile....
-	!(CFLAGS='$(HSI_CF) $(HSI_LF)' ; ./configure)
+	# cheat and use Makefile....	
+	!sh -c 'CFLAGS="$(HSI_CF) $(HSI_LF)" ./configure'
 	!make
 	!make fpack funpack
-	!/bin/cp  libcfitsio.a ../
+	!/bin/cp  libcfitsio.a ../../bin/
 	!/bin/cp  fpack funpack ../../bin/
 	;