Skip to content

Commit 69a27b0

Browse files
HmnSnMingcongBai
authored andcommitted
proc/licenses: add installing copyright
1 parent c865022 commit 69a27b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc/60-licenses.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# TODO: Multiple exceptions, Unknown exceptions
66

77
mkdir -p "$PKGDIR/usr/share/doc/$PKGNAME"
8-
find "$SRCDIR" -maxdepth 1 '(' -name 'COPYING*' -or -name 'LICENSE*' -or -name 'LICENCE*' ')' \
8+
find "$SRCDIR" -maxdepth 1 '(' -name 'COPYING*' -or -name 'LICENSE*' -or -name 'LICENCE*' -or -name 'COPYRIGHT*' ')' \
99
-exec cp -L -r -v --no-preserve=mode '{}' "$PKGDIR/usr/share/doc/$PKGNAME" ';'
1010

1111
[ -n "$(ls -A "$PKGDIR/usr/share/doc/$PKGNAME")" ] ||

0 commit comments

Comments
 (0)