Fixed bep file for armyknife so that it handles DESTDIR correctly. Updated vision to use revision 908.

This commit is contained in:
Scott McCreary
2010-10-30 03:26:13 +00:00
parent 3a5cb2f15f
commit ad5ad4d86f
2 changed files with 26 additions and 1 deletions

View File

@@ -13,5 +13,6 @@ BUILD {
INSTALL {
cd armyknife-61
make zipfile
cp release/*.zip ../..
mkdir -p ${DESTDIR}/boot/apps
unzip release/ArmyKnife-*.zip -d ${DESTDIR}/boot/apps
}