aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c38fc60..8a4f927 100755
--- a/build.sh
+++ b/build.sh
@@ -62,7 +62,7 @@ main() {
cp "$FILE" "$BUILDDIR/$FILE"
done
- cp -r README.md copyright licenses/ "$BUILDDIR"
+ cp -r copyright licenses/ "$BUILDDIR"
}
main "$@"