whitespace cleanup

This commit is contained in:
Ray Strode 2008-06-11 17:21:40 -04:00
parent bf73740db5
commit b2f18586cf
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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