diff options
Diffstat (limited to 'dotnet-core-bin')
-rw-r--r-- | dotnet-core-bin/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dotnet-core-bin/PKGBUILD b/dotnet-core-bin/PKGBUILD index 191fe3498..6b67caef0 100644 --- a/dotnet-core-bin/PKGBUILD +++ b/dotnet-core-bin/PKGBUILD @@ -1,4 +1,5 @@ -# Maintainer: Attila Greguss <floyd0122[at]gmail[dot]com> +# Maintainer: Erich Eckner <arch at eckner dot net> +# Contributor: Attila Greguss <floyd0122[at]gmail[dot]com> pkgbase=dotnet-core-bin pkgname=( @@ -127,4 +128,4 @@ package_aspnet-targeting-pack-bin() { install -dm 755 "${pkgdir}"/usr/share/{dotnet,dotnet/packs,licenses} cp -dr --no-preserve='ownership' packs/Microsoft.AspNetCore.App.Ref "${pkgdir}"/usr/share/dotnet/packs/ ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/aspnet-targeting-pack-bin -}
\ No newline at end of file +} |