diff --git a/portproton/lure.sh b/portproton/lure.sh index c0bf03c..364a508 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -10,6 +10,7 @@ conflicts='portproton' deps_redos=('bubblewrap' 'cabextract' 'curl' 'icoutils' 'vulkan-loader' 'vulkan-tools' 'wget' 'zenity' 'zstd') deps_arch=('bash' 'icoutils' 'wget' 'bubblewrap' 'zstd' 'cabextract' 'bc' 'tar' 'openssl' 'gamemode' 'desktop-file-utils' 'curl' 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'lib32-freetype2' 'lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss' 'lib32-alsa-plugins' 'lib32-libgpg-error' 'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader' 'lib32-gamemode' 'lib32-openssl') +deps_debian=('bash') #build_deps=('') sources=("git+https://github.com/Castro-Fidel/PortWINE.git") @@ -31,7 +32,7 @@ echo "Icon=$HOME/PortProton/data/img/w.png" >>portproton.desktop package() { install -Dm644 "${srcdir}/PortWINE/portproton.desktop" "${pkgdir}/${HOME}/.local/share/applications/portproton.desktop" -install -dm0755 "${pkgdir}/${HOME}/.local/share/portproton" +install -dm755 "${pkgdir}/${HOME}/.local/share/portproton" ln - "${pkgdir}/${HOME}/.local/share/portproton" "${HOME}/LinuxGaming/PortProton/" cd "${srcdir}/PortWINE/data_from_portwine/" find -type d -exec install -d {,"${pkgdir}/${HOME}/.local/share/portproton/"}{} \;