summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Nepogodin2022-07-10 01:53:44 +0400
committerVladislav Nepogodin2022-07-10 01:53:44 +0400
commit1d4841da632abd517573f1281533c886331ff482 (patch)
treece070ea3ccb0aeb70542c995f83ffd20e97fa841
parent53b886c1200753e16e8e2796c6c77c3d95ab8515 (diff)
downloadaur-gccrs-git.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eebfe50adeb5..7aa5c8e7e436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -313,6 +313,6 @@ package_lib32-gccrs-libs-git() {
rm -rf "$pkgdir"/usr/lib
# Install Runtime Library Exception
- install -Dm644 "$srcdir/gcc/COPYING.RUNTIME" \
+ install -Dm644 "$srcdir/gccrs/COPYING.RUNTIME" \
"$pkgdir/usr/share/licenses/lib32-gcc-libs/RUNTIME.LIBRARY.EXCEPTION"
}