[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
|
# 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"
|
||||||
|
|
Loading…
Reference in a new issue