mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 03:48:08 +02:00
whitespace cleanup
This commit is contained in:
parent
bf73740db5
commit
b2f18586cf
2 changed files with 4 additions and 4 deletions
|
|
@ -87,7 +87,7 @@ EOF
|
|||
(cd $LIBDIR
|
||||
BINS="${LIBEXECDIR}/plymouth/plymouthd ${BINDIR}/plymouth ${LIBDIR}/plymouth/spinfinity.so ${LIBDIR}/plymouth/text.so ${LIBDIR}/plymouth/details.so"
|
||||
for bin in $BINS ; do
|
||||
DEPS=$(get_dso_deps $bin)
|
||||
DEPS=$(get_dso_deps $bin)
|
||||
for dep in $DEPS; do
|
||||
install -D -m755 $dep ${INITRDDIR}$(dirname $dep)
|
||||
done
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@ fi
|
|||
|
||||
function get_lib_deps()
|
||||
{
|
||||
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
/usr/bin/ldd $1 | sed -n 's/.*=> \?\([^ ]*\) (.*$/\1/p'
|
||||
/usr/bin/ldd $1 | sed -n 's/.*=> \?\([^ ]*\) (.*$/\1/p'
|
||||
shift
|
||||
done | sort -u
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ TMPDIR="$(mktemp -d $PWD/initrd.XXXXXXXXXX)"
|
|||
install -D -m755 $dep ${TMPDIR}$(dirname $dep)
|
||||
done
|
||||
)
|
||||
/sbin/ldconfig -n $LIB
|
||||
/sbin/ldconfig -n $LIB
|
||||
/sbin/ldconfig -n .${LIBDIR}
|
||||
|
||||
install -m755 ${LIBEXECDIR}/plymouth/plymouthd bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue