[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r19353: {torvm} It would be useful to have the restricted user icon to copy (torvm/trunk/build/win32/files)
Author: coderman
Date: 2009-04-20 12:54:53 -0400 (Mon, 20 Apr 2009)
New Revision: 19353
Modified:
torvm/trunk/build/win32/files/buildall.sh
Log:
It would be useful to have the restricted user icon to copy over the default one...
Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh 2009-04-20 08:47:54 UTC (rev 19352)
+++ torvm/trunk/build/win32/files/buildall.sh 2009-04-20 16:54:53 UTC (rev 19353)
@@ -8,6 +8,7 @@
export KERNEL_IMAGE=/src/add/vmlinuz
export VMHDD_IMAGE=/src/add/hdd.img
+ export TORVMUSER_IMAGE=torvmuser.bmp
export KERNEL_LICENSE_DOCS=/src/add/kernel-license-docs.tgz
export TVM_VIDCONF=/src/add/defvidalia.conf
@@ -590,6 +591,7 @@
exit 1
fi
cp torvm.exe $ddir/
+ cp $TORVMUSER_IMAGE $bdlibdir/
pkgbuilt W32CTL_BUILT
fi