mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
hdparm: use unified /usr
This commit is contained in:
parent
4ad4726911
commit
6e8c6bb4ac
@ -31,4 +31,7 @@ PKG_LONGDESC="Shell utility to access/tune ioctl features of the Linux IDE drive
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_MAKE_OPTS_TARGET="binprefix=/usr sbindir=/usr/bin"
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp -a $ROOT/$PKG_BUILD/hdparm $INSTALL/usr/sbin
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user