Skip to content

Instantly share code, notes, and snippets.

@Ferdi265
Created October 22, 2019 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ferdi265/6cf2d8da82bce8a33a59d8409241310a to your computer and use it in GitHub Desktop.
Save Ferdi265/6cf2d8da82bce8a33a59d8409241310a to your computer and use it in GitHub Desktop.
osu-lazer-git PKGBUILD fix
diff --git a/PKGBUILD b/PKGBUILD
index aa7cf70..40b7791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -85,7 +85,7 @@ package() {
ln -s LICENSE "$pkgdir/usr/share/licenses/${pkgname%-git}/LICENCE"
# Copy binaries
- cd "$srcdir/osu/osu.Desktop/bin/Release/netcoreapp2.2"
+ cd "$srcdir/osu/osu.Desktop/bin/Release/netcoreapp3.0"
mkdir -p "$pkgdir/usr/lib/${pkgname%-git}"
for file in *.dll *.json *.pdb x86_64/*.so; do
install -m755 "$file" "$pkgdir/usr/lib/${pkgname%-git}/${file##*/}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment