summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtticFinder655362022-10-14 20:46:24 +1100
committerAtticFinder655362022-10-14 20:46:24 +1100
commit0142fe9009224e9ae4d02e611936a41c77955659 (patch)
treea0fe0fdda1b2ff7824513196411072acf16bfbaa
parent2b3deebe8034ba8349375694fc69da06a25315d3 (diff)
downloadaur-0142fe9009224e9ae4d02e611936a41c77955659.tar.gz
Don't install common license (GPL)
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b50db27ac59..14ac3c58cfc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,9 +26,6 @@ package(){
# Install launcher
install -Dm755 "${srcdir}"/discordchatexporter-cli "${pkgdir}"/usr/bin/discordchatexporter-cli
- # Install license
- install -Dm644 License.txt "${pkgdir}"/usr/share/licenses/"${pkgname}"/License.txt
-
# Install application
cd DiscordChatExporter.Cli/bin/Release/net6.0/publish
find . -type f -exec install -Dm644 "{}" "${pkgdir}"/usr/lib/${pkgname}"/{}" \;