mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
36b62e50f7
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"
|