[sway] patch
This commit is contained in:
parent
0cb3d88c31
commit
781caad470
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# variables
|
||||
GITHUB_REPO=swaywm/sway
|
||||
VERSION=${VERSION:-"latest"}
|
||||
BUILD=14
|
||||
BUILD=15
|
||||
|
||||
TAG=gwh
|
||||
OUTPUT=/tmp
|
||||
|
@ -56,7 +56,7 @@ PKGNAM=${PRGNAM}
|
|||
###########
|
||||
|
||||
# Tray-menu patch
|
||||
PATCH=${PATCH:-"no"}
|
||||
PATCH=${PATCH:-"yes"}
|
||||
if [ "$PATCH" = "yes" ]; then
|
||||
for p in "$CWD"/patches/*.patch; do
|
||||
patch -p1 < "$p"
|
||||
|
|
Loading…
Reference in a new issue