plymouth-lite: use unified /usr

This commit is contained in:
Lukas Rusak 2016-12-04 13:23:47 -08:00
parent 4000f42935
commit cfd2fc0b3f
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -42,8 +42,8 @@ pre_configure_init() {
}
makeinstall_init() {
mkdir -p $INSTALL/bin
cp ply-image $INSTALL/bin
mkdir -p $INSTALL/usr/bin
cp ply-image $INSTALL/usr/bin
mkdir -p $INSTALL/splash
if [ -f $PROJECT_DIR/$PROJECT/splash/splash.conf ]; then