summarylogtreecommitdiffstats
path: root/dotnet.sh
diff options
context:
space:
mode:
authorGr3q2020-01-14 18:07:56 +0000
committerGr3q2020-01-14 18:07:56 +0000
commit8714a2772018a4331ce1f0443908740f72ccba96 (patch)
tree0df5d539cb061db6ef6351d5210ea5d49155b5e6 /dotnet.sh
parent29d4b583970ecd908590fc9cdcbc9b83b7441d34 (diff)
downloadaur-8714a2772018a4331ce1f0443908740f72ccba96.tar.gz
Follow official packaging
Diffstat (limited to 'dotnet.sh')
-rwxr-xr-xdotnet.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotnet.sh b/dotnet.sh
index 45ac8b19fb5e..bea68a5ea98b 100755
--- a/dotnet.sh
+++ b/dotnet.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-export DOTNET_ROOT=/opt/dotnet
-exec /opt/dotnet/dotnet "$@" \ No newline at end of file
+export DOTNET_ROOT=/usr/share/dotnet
+exec /usr/share/dotnet/dotnet "$@" \ No newline at end of file