add missing -p

This commit is contained in:
Gwenhael Le Moine 2010-10-09 16:09:13 +07:00
parent 82d183b5f7
commit 0a54bd8339

View file

@ -43,7 +43,7 @@ mv release_$(echo $VERSION | tr . _) $PRGNAM-$VERSION
chmod +x $PKG$PREFIX/bin/*
cd ../tools/
mkdir $PKG/etc/pm/sleep.d/
mkdir -p $PKG/etc/pm/sleep.d/
fromdos < fsp_pm.sh > $PKG/etc/pm/sleep.d/fsp_pm.sh
chmod +x $PKG/etc/pm/sleep.d/*
)