aboutsummaryrefslogtreecommitdiff
path: root/astroconda-iraf-helpers/build.sh
blob: 7abeef007de8487b72ecfd0cfea5f99d0a3a2bca (plain) (blame)
1
2
3
4
# Copy scripts to the installation:
dest="$PREFIX/bin"
mkdir -p "$dest" && cp -p scripts/* "$dest/"