redis: reformat build.sh

This commit is contained in:
Leonid Pliushch 2019-08-13 18:28:12 +03:00
parent 666aa8b4b4
commit 8fbde3f3d0

View File

@ -19,5 +19,5 @@ termux_step_pre_configure() {
} }
termux_step_post_make_install() { termux_step_post_make_install() {
cp $TERMUX_PKG_SRCDIR/redis.conf $TERMUX_PREFIX/etc/redis.conf install -Dm600 $TERMUX_PKG_SRCDIR/redis.conf $TERMUX_PREFIX/etc/redis.conf
} }