diff options
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r-- | src/opkbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index ff374d4..f9dbeb2 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -78,7 +78,7 @@ main() test_uid0_cmd find_sanity - oh_changelog_parse changelog setup_package + oh_changelog_parse setup_package if [ "${OPT_BUILD}" = 'source' -o "${OPT_BUILD}" = 'full' ]; then build_source |