summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2006-09-29 18:09:29 +0200
committerOliver Tappe2006-09-29 18:09:29 +0200
commiteb1626d2eb80ba500127f3ab60e46cc26757a056 (patch)
treebf53b9384ebba512434b0a52792ee68cab7f812f /Makefile
parent* added SLX_BIN_PATH and SLX_CONFIG_PATH to configuration file as they (diff)
downloadcore-eb1626d2eb80ba500127f3ab60e46cc26757a056.tar.gz
core-eb1626d2eb80ba500127f3ab60e46cc26757a056.tar.xz
core-eb1626d2eb80ba500127f3ab60e46cc26757a056.zip
* fixed typo
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@410 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c7a08d9..3666f51e 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ rootfs has the\n# prefix '/mnt'. But you might use some special slx \
functions via\n# inclusion: '. /etc/functions' ..." \
> $(SLX_PRIVATE_PATH)/config/default/initramfs/postinit.local
@chmod u+x $(SLX_PRIVATE_PATH)/config/default/initramfs/*init.local
- @echo -e "# default setup for OpenSLX-installation
+ @echo -e "# default setup for OpenSLX-installation\
\nSLX_BASE_PATH=${SLX_BASE_PATH}\
\nSLX_BIN_PATH=${SLX_BIN_PATH}\
\nSLX_CONFIG_PATH=${SLX_CONFIG_PATH}\