diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ include ../macros.$(OPK_HOST_ARCH_KERNEL).mk version = $$(printf '%s\n' '$(OPK_SOURCE_VERSION)' | \ sed 's|\(^[0-9][0-9]*\.[0-9][0-9]*\).*$$|\1|') +# Set the distribution name in dist-vars.sh, not here. script = \ s|@DISTRIBUTION@|$${dist_name}|; \ s|@OS@|$(os)|; \ |