tang: Fix installation error, missing fi statement
authorRené van Dorst <opensource@vdorst.com>
Sat, 2 Oct 2021 19:35:45 +0000 (21:35 +0200)
committerRosen Penev <rosenp@gmail.com>
Fri, 8 Oct 2021 16:45:12 +0000 (09:45 -0700)
commit077fed709af05dea98608349370e2120d5eef424
treec50c1929e977c09334b031e6d32a60e818206cc1
parentae92cdda13e1abf63ee89e518f62609772a2f11f
tang: Fix installation error, missing fi statement

root@OpenWrt:/# opkg install tang
Package tang (10-3) installed in root is up to date.
Configuring tang.
//usr/lib/opkg/info/tang.postinst: /usr/lib/opkg/info/tang.postinst-pkg: line 9: syntax error: unexpected end of file (expecting "fi")
Collected errors:
 * pkg_run_script: package "tang" postinst script returned status 2.
 * opkg_configure: tang.postinst returned 2.

Fix commit d49c79b76b7c7659e063290d1bc7d7fad626780a tang: remove outdated
 key handling.

if statement is not closed.

Signed-off-by: René van Dorst <opensource@vdorst.com>
utils/tang/Makefile