summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Nepogodin2021-11-12 03:29:29 +0400
committerVladislav Nepogodin2021-11-12 03:29:29 +0400
commit086f6942a020081963627d40653d4c8648e8ce4e (patch)
tree8dc3ae3fb07d9b91b14d4204a5bd9b9f060fa6c9
parent80163781b018bf90d4a9f9dd20ad9c6d4af857b4 (diff)
downloadaur-086f6942a020081963627d40653d4c8648e8ce4e.tar.gz
hot fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d235f836046..1a726d2b0021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -179,7 +179,7 @@ package_gccrs-libs-git() {
rm -rf "$pkgdir"/usr/lib32/
# Install Runtime Library Exception
- install -Dm644 "$srcdir/gcc/COPYING.RUNTIME" \
+ install -Dm644 "$srcdir/gccrs/COPYING.RUNTIME" \
"$pkgdir/usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION"
}