[sway] apply arbitrary included patches
This commit is contained in:
parent
d5e9e48a84
commit
109e3ae32a
2 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ cd $TMP/$PRGNAM/
|
|||
|
||||
[ "x$VERSION" == "xtrunk" ] && VERSION="git_$(git log -1 --format=%h_%ad --date=format:%Y.%m.%d)" || git checkout $VERSION
|
||||
|
||||
git am $CWD/6249-tray-menu.patch
|
||||
for p in $CWD/patches/*.patch; do
|
||||
git am $p
|
||||
done
|
||||
|
||||
meson setup \
|
||||
--prefix /usr \
|
||||
|
|
Loading…
Reference in a new issue