summaryrefslogtreecommitdiff
path: root/demo/custom/scripts/buildname.nochroot
diff options
context:
space:
mode:
Diffstat (limited to 'demo/custom/scripts/buildname.nochroot')
-rw-r--r--demo/custom/scripts/buildname.nochroot3
1 files changed, 3 insertions, 0 deletions
diff --git a/demo/custom/scripts/buildname.nochroot b/demo/custom/scripts/buildname.nochroot
new file mode 100644
index 0000000..edd20a7
--- /dev/null
+++ b/demo/custom/scripts/buildname.nochroot
@@ -0,0 +1,3 @@
+if [ -n "$IMG_NAME" ]; then
+ echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/meego-release
+fi