Skip to content

Commit

Permalink
CI: fix fpm arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Feb 15, 2024
1 parent 03cfe1b commit 8e29abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ common_args="--chdir ${working_dir}/install \
--version ${version} \
--maintainer [email protected] \
--url https://github.com/julianoes/siyi-a8-mini-camera-manager \
--license Apache-2.0 license \
--license 'Apache-2.0 license' \
--after-install ${working_dir}/run_ldconfig \
--after-remove ${working_dir}/run_ldconfig \
--force \
Expand Down

0 comments on commit 8e29abd

Please sign in to comment.