diff options
Diffstat (limited to 'iraf.axe/build.sh')
-rw-r--r-- | iraf.axe/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/iraf.axe/build.sh b/iraf.axe/build.sh index 64e5384..b1f9814 100644 --- a/iraf.axe/build.sh +++ b/iraf.axe/build.sh @@ -18,3 +18,6 @@ make || exit 1 stdir=$PREFIX/iraf_extern/stsdas mkdir -p "$stdir/bin" && cp -p bin/* "$stdir/bin/" || exit 1 +# Install obligatory licensing information (best kept in pkg with binaries): +cp -p "$RECIPE_DIR/copyright.aXe" "$stdir/" || exit 1 + |