mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 02:07:32 +00:00
5 lines
91 B
Bash
5 lines
91 B
Bash
#!/usr/bin/env bash
|
|
|
|
mydir=$(dirname "$0")
|
|
patch -p1 < "$mydir"/../kiwixbuild/patches/"$1"
|