[arch-commits] Commit in or1k-elf-binutils/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sat Mar 28 16:44:58 UTC 2020
Date: Saturday, March 28, 2020 @ 16:44:57
Author: ffy00
Revision: 605310
drop direct target reference
Modified:
or1k-elf-binutils/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-28 16:43:32 UTC (rev 605309)
+++ PKGBUILD 2020-03-28 16:44:57 UTC (rev 605310)
@@ -55,7 +55,7 @@
make DESTDIR="$pkgdir" install
# Remove file conflicting with host binutils and manpages for MS Windows tools
- rm "$pkgdir"/usr/share/man/man1/or1k-elf-{dlltool,windres,windmc}*
+ rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
# Remove info documents that conflict with host version
rm -r "$pkgdir"/usr/share/info
More information about the arch-commits
mailing list