diff options
Diffstat (limited to 'iraf.rvsao/ur_mkpkg_cmd')
-rw-r--r-- | iraf.rvsao/ur_mkpkg_cmd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/iraf.rvsao/ur_mkpkg_cmd b/iraf.rvsao/ur_mkpkg_cmd new file mode 100644 index 0000000..a9ec0fc --- /dev/null +++ b/iraf.rvsao/ur_mkpkg_cmd @@ -0,0 +1,11 @@ +# The original rvsao tarball had problems on OSX because it contains a +# name that is duplicated on non-case-sensitive filesystems, namely a +# symbolic link "templates -> Templates/". For the UR, the tarball has been +# re-generated with the symbolic link removed and the directory renamed +# to "templates" (grep shows that the capitalized name isn't used anywhere). + +# Delete a dangling symbolic link that causes conda-build great offence: +rm -f Util/Old/shdr.h + +# cd rvsao # Pre-2.15 +mkpkg update |