From 2c8204d6325a1a6607392d5905227b9043da17cc Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 11 Dec 2021 00:52:08 -0600 Subject: Major updates. --- chapter8/eudev.sh | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'chapter8/eudev.sh') diff --git a/chapter8/eudev.sh b/chapter8/eudev.sh index 31e8a0c..b957a21 100644 --- a/chapter8/eudev.sh +++ b/chapter8/eudev.sh @@ -1,25 +1,25 @@ -#!/bin/bash -set -e - -./configure --prefix=/usr \ - --bindir=/sbin \ - --sbindir=/sbin \ - --libdir=/usr/lib \ - --sysconfdir=/etc \ - --libexecdir=/lib \ - --with-rootprefix= \ - --with-rootlibdir=/lib \ - --enable-manpages \ - --disable-static && - -make && - -mkdir -pv /lib/udev/rules.d && -mkdir -pv /etc/udev/rules.d && - -make -j1 install && - -tar -xvf ../udev-lfs-20171102.tar.xz && -make -f udev-lfs-20171102/Makefile.lfs install && - -udevadm hwdb --update +#!/bin/bash +set -e + +./configure --prefix=/usr \ + --bindir=/sbin \ + --sbindir=/sbin \ + --libdir=/usr/lib \ + --sysconfdir=/etc \ + --libexecdir=/lib \ + --with-rootprefix= \ + --with-rootlibdir=/lib \ + --enable-manpages \ + --disable-static && + +make && + +mkdir -pv /lib/udev/rules.d && +mkdir -pv /etc/udev/rules.d && + +make -j1 install && + +tar -xvf ../udev-lfs-20171102.tar.xz && +make -f udev-lfs-20171102/Makefile.lfs install && + +udevadm hwdb --update -- cgit v1.2.3-54-g00ecf