package/skeleton: fix message about non-merged custom skeleton
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 24 May 2016 20:02:09 +0000 (22:02 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 24 May 2016 20:12:18 +0000 (22:12 +0200)
Use of a merged /usr is not restricted to systemd anymore, thus the
current error message is misleading, as it only speaks about systemd.

Fix the message by just ditching the reference to systemd altogether.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/skeleton/skeleton.mk

index 761883567175da3728eb0428905080bc9c4adc83..4e3cdc68df950afe15cdec7668524b5fe074104b 100644 (file)
@@ -48,8 +48,7 @@ SKELETON_CUSTOM_NOT_MERGED_USR += /sbin
 endif
 
 ifneq ($(SKELETON_CUSTOM_NOT_MERGED_USR),)
-$(error Use of systemd as an init system requires a merged /usr. \
-       However, the custom skeleton in $(SKELETON_PATH) is not \
+$(error The custom skeleton in $(SKELETON_PATH) is not \
        using a merged /usr for the following directories: \
        $(SKELETON_CUSTOM_NOT_MERGED_USR))
 endif