Kaydet (Commit) cc8dd66b authored tarafından Your Name's avatar Your Name

minor fix

üst 60003805
...@@ -9,14 +9,11 @@ if [ "$skipglibc" != "true" ] && [ "$skipudev" != "true" ] ; then ...@@ -9,14 +9,11 @@ if [ "$skipglibc" != "true" ] && [ "$skipudev" != "true" ] ; then
if [ -d /lib/udev ]; then if [ -d /lib/udev ]; then
cp -a /lib/udev ${WORKDIR}/lib cp -a /lib/udev ${WORKDIR}/lib
fi fi
if [ -d /lib/systemd ]; then
cp -a /lib/systemd ${WORKDIR}/lib
fi
if [ -f /etc/udev/udev.conf ]; then if [ -f /etc/udev/udev.conf ]; then
cp /etc/udev/udev.conf ${WORKDIR}/etc/udev/udev.conf cp /etc/udev/udev.conf ${WORKDIR}/etc/udev/udev.conf
fi fi
for file in $(find /etc/udev/rules.d/ -type f) ; do for file in $(find /etc/udev/rules.d/ -type f) ; do
cp $file $WDIR/etc/udev/rules.d cp $file ${WORKDIR}/etc/udev/rules.d
done done
touch ${WORKDIR}/etc/modprobe.d/modprobe.conf touch ${WORKDIR}/etc/modprobe.d/modprobe.conf
#copy binaries #copy binaries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment