Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions srcpkgs/discord/patches/discord.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*** a/discord
--- a/discord
***************
*** 31 ****
! bootstrap=`dirname -- "$0"`/updater_bootstrap
--- 31 ----
! bootstrap=`dirname -- "$(realpath "$0")"`/updater_bootstrap
4 changes: 2 additions & 2 deletions srcpkgs/discord/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'discord'
pkgname=discord
version=1.0.138
revision=1
revision=2
archs="x86_64"
depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
xdg-utils webrtc-audio-processing libXScrnSaver"
Expand Down Expand Up @@ -33,7 +33,7 @@ do_install() {
vcopy "${item}" "${package_location}"
done
vmkdir usr/bin
ln -sfr $DESTDIR/${package_location}/Discord $DESTDIR/usr/bin/Discord
ln -sfr $DESTDIR/${package_location}/discord $DESTDIR/usr/bin/discord
}

post_install() {
Expand Down