hdparm: install bins to /usr/bin

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-05 01:31:24 +01:00
parent 49aee97185
commit 9f13a9baec
2 changed files with 3 additions and 3 deletions

View File

@ -25,4 +25,4 @@
LDFLAGS="$CFLAGS $LDFLAGS -fwhole-program"
cd $PKG_BUILD
make binprefix="/usr" sbindir="/sbin"
make binprefix="/usr" sbindir="/usr/bin"

View File

@ -22,5 +22,5 @@
. config/options $1
mkdir -p $INSTALL/sbin
cp $PKG_BUILD/hdparm $INSTALL/sbin
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/hdparm $INSTALL/usr/bin