mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-27 01:42:23 +08:00
Fixing Curses related patching in Arch Linux PKGBUILD #297
This commit is contained in:
parent
2a4e3a908f
commit
5a56a0a6b6
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -16,7 +16,7 @@ sha256sums=('6c130afd8ca570ee1988a0c7d6a96efeeabd21be7e05ce1f3144bb3c86c74441')
|
|||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/include/hstr_curses.h
|
||||
sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/hstr.c
|
||||
sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/include/hstr.h
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue