mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
util-linux-ng: add applet 'flock' needed by upcoming updated pm-utils
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
52f50959f9
commit
c88e32b5c0
@ -19,4 +19,7 @@ make -C mount
|
||||
make -C shlibs
|
||||
make -C misc-utils blkid
|
||||
|
||||
# needed by pm-utils
|
||||
make -C sys-utils flock
|
||||
|
||||
$MAKEINSTALL -C shlibs
|
||||
|
@ -15,3 +15,6 @@ mkdir -p $INSTALL/usr/lib
|
||||
rm -rf $INSTALL/usr/lib/libblkid.so*T
|
||||
cp -PR $PKG_BUILD/shlibs/uuid/src/.libs/libuuid.so* $INSTALL/usr/lib
|
||||
rm -rf $INSTALL/usr/lib/libuuid.so*T
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/sys-utils/flock $INSTALL/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user