rename license filename. include dependency licenses in distribution.
This commit is contained in:
parent
247470fc7f
commit
ef22017554
|
@ -27,6 +27,8 @@ do
|
||||||
if [ -d "$MYDIR/build/$BUILD" ]; then
|
if [ -d "$MYDIR/build/$BUILD" ]; then
|
||||||
echo "Found $BUILD; archiving targets to build/$BUILD.tar.xz:"
|
echo "Found $BUILD; archiving targets to build/$BUILD.tar.xz:"
|
||||||
ls "$MYDIR/build/$BUILD"
|
ls "$MYDIR/build/$BUILD"
|
||||||
|
\cp -rf ../../LICENSE.txt "$MYDIR/build/$BUILD/LICENSE.txt"
|
||||||
|
\cp -rf ../../licenses_of_dependencies "$MYDIR/build/$BUILD/licenses_of_dependencies"
|
||||||
tar -hczf "$MYDIR/build/$BUILD.tar.xz" -C "$MYDIR/build/$BUILD" .
|
tar -hczf "$MYDIR/build/$BUILD.tar.xz" -C "$MYDIR/build/$BUILD" .
|
||||||
else
|
else
|
||||||
echo "Missing $BUILD; skipping."
|
echo "Missing $BUILD; skipping."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user