hdparm: use unified /usr

This commit is contained in:
Lukas Rusak 2016-12-04 13:23:46 -08:00
parent 4ad4726911
commit 6e8c6bb4ac
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -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
}