forked from kiss-community/repo
ncurses: Allow conflicts
This commit is contained in:
parent
6149f079cd
commit
a42e25d0bb
@ -27,7 +27,3 @@ done
|
|||||||
# Some packages look for libcurses instead of libncurses when building.
|
# Some packages look for libcurses instead of libncurses when building.
|
||||||
printf '%s\n' "INPUT(-lncursesw)" > "$1/usr/lib/libcursesw.so"
|
printf '%s\n' "INPUT(-lncursesw)" > "$1/usr/lib/libcursesw.so"
|
||||||
ln -s libncurses.so "$1/usr/lib/libcurses.so"
|
ln -s libncurses.so "$1/usr/lib/libcurses.so"
|
||||||
|
|
||||||
# These conflict with busybox's.
|
|
||||||
rm -f "$1/usr/bin/clear"
|
|
||||||
rm -f "$1/usr/bin/reset"
|
|
||||||
|
@ -1 +1 @@
|
|||||||
6.1 2
|
6.1 3
|
||||||
|
Loading…
Reference in New Issue
Block a user