diff options
Diffstat (limited to 'dragons/build.sh')
-rw-r--r-- | dragons/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dragons/build.sh b/dragons/build.sh index 85135a3..9ab2886 100644 --- a/dragons/build.sh +++ b/dragons/build.sh @@ -19,5 +19,5 @@ docs="astrodata/doc/ad_CheatSheet astrodata/doc/ad_ProgManual \ # Install the LICENSE file(s) where recipients can read them: mkdir -p ${PREFIX}/share/dragons/ cp -p LICENSE ${PREFIX}/share/dragons/ || exit 1 -#cp -pR extern_licenses ${PREFIX}/share/dragons/ # PUT THIS BACK! +cp -pR extern_licenses ${PREFIX}/share/dragons/ |