We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c865022 commit 69a27b0Copy full SHA for 69a27b0
proc/60-licenses.sh
@@ -5,7 +5,7 @@
5
# TODO: Multiple exceptions, Unknown exceptions
6
7
mkdir -p "$PKGDIR/usr/share/doc/$PKGNAME"
8
-find "$SRCDIR" -maxdepth 1 '(' -name 'COPYING*' -or -name 'LICENSE*' -or -name 'LICENCE*' ')' \
+find "$SRCDIR" -maxdepth 1 '(' -name 'COPYING*' -or -name 'LICENSE*' -or -name 'LICENCE*' -or -name 'COPYRIGHT*' ')' \
9
-exec cp -L -r -v --no-preserve=mode '{}' "$PKGDIR/usr/share/doc/$PKGNAME" ';'
10
11
[ -n "$(ls -A "$PKGDIR/usr/share/doc/$PKGNAME")" ] ||
0 commit comments