Useless dodoc 'COPYING'

This commit is contained in:
2020-11-24 23:01:16 +02:00
parent 5bb3de771b
commit bec4c5e4e7
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS COPYING NEWS README TODO
dodoc AUTHORS NEWS README TODO
echo "LDPATH=\"/usr/lib64/synfig/modules\"" > "${T}/99synfig"
doenvd "${T}/99synfig"

View File

@@ -42,7 +42,7 @@ src_prepare() {
src_install() {
emake DESTDIR="${D}" install
dodoc NEWS README TODO AUTHORS COPYING ChangeLog
dodoc NEWS README TODO AUTHORS ChangeLog
rm -rf "${D}"/usr/share/mime
find "${D}" -name '*.la' -type f -delete || die