mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
hdparm: install bins to /usr/bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
49aee97185
commit
9f13a9baec
@ -25,4 +25,4 @@
|
|||||||
LDFLAGS="$CFLAGS $LDFLAGS -fwhole-program"
|
LDFLAGS="$CFLAGS $LDFLAGS -fwhole-program"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
make binprefix="/usr" sbindir="/sbin"
|
make binprefix="/usr" sbindir="/usr/bin"
|
||||||
|
@ -22,5 +22,5 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/sbin
|
mkdir -p $INSTALL/usr/bin
|
||||||
cp $PKG_BUILD/hdparm $INSTALL/sbin
|
cp $PKG_BUILD/hdparm $INSTALL/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user