[sway] patch

This commit is contained in:
Gwenhael Le Moine 2024-05-07 21:52:57 +02:00
parent 0cb3d88c31
commit 781caad470
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -3,7 +3,7 @@
# variables # variables
GITHUB_REPO=swaywm/sway GITHUB_REPO=swaywm/sway
VERSION=${VERSION:-"latest"} VERSION=${VERSION:-"latest"}
BUILD=14 BUILD=15
TAG=gwh TAG=gwh
OUTPUT=/tmp OUTPUT=/tmp
@ -56,7 +56,7 @@ PKGNAM=${PRGNAM}
########### ###########
# Tray-menu patch # Tray-menu patch
PATCH=${PATCH:-"no"} PATCH=${PATCH:-"yes"}
if [ "$PATCH" = "yes" ]; then if [ "$PATCH" = "yes" ]; then
for p in "$CWD"/patches/*.patch; do for p in "$CWD"/patches/*.patch; do
patch -p1 < "$p" patch -p1 < "$p"