vim: fix build on non-linux systems after upgrade
authorFelix Fietkau <nbd@nbd.name>
Wed, 10 Oct 2018 08:50:21 +0000 (10:50 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 10 Oct 2018 08:50:25 +0000 (10:50 +0200)
commitf3b7a2dd2d160c48729a2371d6efad90cb792e61
tree056cdbf224039e306ad8e740f789951b50299e5f
parent5a610ab565f06aa3cdf4de6a6557f1ed3e802d4d
vim: fix build on non-linux systems after upgrade

The configure script calls uname directly and assumes that it returns
the system to build for.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
utils/vim/Makefile
utils/vim/scripts/uname [new file with mode: 0755]