mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Add a simple version check to ensure the compiled binary installs and runs. Signed-off-by: George Sapkin <george@sapk.in>
4 lines
51 B
Bash
4 lines
51 B
Bash
#!/bin/sh
|
|
|
|
less --version | grep -F "$PKG_VERSION"
|