From 55f7180dc880ec9410d8db05f1bc39287889a024 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 17 Mar 2014 22:21:48 +0100 Subject: [PATCH] Restore creation of the home symlink on the desktop. * apparently, this got lost during the refactoring of the images --- build/jam/images/definitions/minimum | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/jam/images/definitions/minimum b/build/jam/images/definitions/minimum index 0fdf3db30c..2d7f83225f 100644 --- a/build/jam/images/definitions/minimum +++ b/build/jam/images/definitions/minimum @@ -248,6 +248,9 @@ SYSTEM_ADD_ONS_FILE_SYSTEMS = write_overlay ; +# symlink to home on desktop +AddSymlinkToHaikuImage home Desktop : /boot/home : Home ; + # global settings when a package is installed in ~/config AddDirectoryToHaikuImage home config settings global ;