Skip to content

Commit

Permalink
CI: remove ldconfig
Browse files Browse the repository at this point in the history
We're not a library and don't need it.

Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Apr 17, 2024
1 parent 715bda4 commit 17554d6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions create_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,13 @@ version=$(echo ${git_describe} | sed 's/v\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/')

echo "Found version: '${version}' from '${git_describe}'."

echo "#!/bin/sh" > ${working_dir}/run_ldconfig
echo "/sbin/ldconfig" >> ${working_dir}/run_ldconfig

common_args="--chdir ${working_dir}/install \
--input-type dir \
--name ${name} \
--version ${version} \
--maintainer [email protected] \
--url https://github.com/julianoes/siyi-a8-mini-camera-manager \
--license Apache-2.0-license \
--after-install ${working_dir}/run_ldconfig \
--after-remove ${working_dir}/run_ldconfig \
--force \
-a ${package_arch}"

Expand Down

0 comments on commit 17554d6

Please sign in to comment.