mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/laptop-mode-tools: Put udev rules in /lib/udev/rules.d/
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
20852b1333
commit
b970dd1583
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Put udev rules in /lib/udev/rules.d/ instead of /etc/udev/rules.d/
|
||||
sed -i 's|etc/udev|lib/udev|' install.sh
|
||||
|
||||
DESTDIR=$PKG INIT_D=$PKG/etc/rc.d MAN_D=/usr/man ./install.sh
|
||||
|
||||
[ "$LIBDIRSUFFIX" = "64" ] && mv $PKG/usr/lib $PKG/usr/lib64
|
||||
|
|
Loading…
Reference in a new issue