File tree 6 files changed +5
-0
lines changed
6 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ install -v -m 644 system_integration/MacOSX/pkg/ccdciel.app/Contents/Resources/c
22
22
install -v -m 755 library/wcs/libccdcielwcs.dylib $destdir /libccdcielwcs.dylib
23
23
install -v -m 755 library/raw/libpasraw.dylib $destdir /libpasraw.dylib
24
24
tar xvzf system_integration/MacOSX/data/cfitsio-mac.tgz -C $destdir
25
+ tar xvzf system_integration/MacOSX/data/exiv2-mac.tgz -C $destdir /ccdciel.app/Contents/MacOS
25
26
26
27
install -d -m 755 $destdir /scripts
27
28
install -m 755 -d $destdir /scripts/siril
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ if [ $OS_TARGET = win32 ]; then
31
31
unzip -d $destdir system_integration/Windows/data/openssl-win32.zip
32
32
unzip -d $destdir system_integration/Windows/data/zlib-win32.zip
33
33
unzip -d $destdir system_integration/Windows/data/cfitsio-win32.zip
34
+ unzip -d $destdir system_integration/Windows/data/exiv2-win32.zip
34
35
fi
35
36
if [ $OS_TARGET = win64 ]; then
36
37
strip -v -o $destdir /ccdciel.exe src/ccdciel.exe
@@ -39,6 +40,7 @@ if [ $OS_TARGET = win64 ]; then
39
40
unzip -d $destdir system_integration/Windows/data/openssl-win64.zip
40
41
unzip -d $destdir system_integration/Windows/data/zlib-win64.zip
41
42
unzip -d $destdir system_integration/Windows/data/cfitsio-win64.zip
43
+ unzip -d $destdir system_integration/Windows/data/exiv2-win64.zip
42
44
fi
43
45
44
46
install -v -m 644 scripts/scope_park.script $destdir /scripts/scope_park.script
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ if [ $OS_TARGET = win32 ]; then
31
31
unzip -d $destdir /../Prog/lib32/ system_integration/Windows/data/openssl-win32.zip
32
32
unzip -d $destdir /../Prog/lib32/ system_integration/Windows/data/zlib-win32.zip
33
33
unzip -d $destdir /../Prog/lib32/ system_integration/Windows/data/cfitsio-win32.zip
34
+ unzip -d $destdir /../Prog/lib32/ system_integration/Windows/data/exiv2-win32.zip
34
35
35
36
fi
36
37
if [ $OS_TARGET = win64 ]; then
@@ -40,6 +41,7 @@ if [ $OS_TARGET = win64 ]; then
40
41
unzip -d $destdir /../Prog/lib64/ system_integration/Windows/data/openssl-win64.zip
41
42
unzip -d $destdir /../Prog/lib64/ system_integration/Windows/data/zlib-win64.zip
42
43
unzip -d $destdir /../Prog/lib64/ system_integration/Windows/data/cfitsio-win32.zip
44
+ unzip -d $destdir /../Prog/lib64/ system_integration/Windows/data/exiv2-win64.zip
43
45
fi
44
46
45
47
install -v -m 644 scripts/scope_park.script $destdir /scripts/scope_park.script
You can’t perform that action at this time.
0 commit comments