diff options
| -rw-r--r-- | src/rc/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/rc/Makefile b/src/rc/Makefile index fc6b9aa8..dcd8e5a4 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -51,7 +51,7 @@ include ${MK}/pam.mk  # $3 is the path where the links are created  define make-links  	for x in $(1); do \ -		if test -n "${MKSELINUX}"; then \ +		if [ "${MKSELINUX}" = yes ]; then \  			printf '#!/bin/sh\nexec ${2} --applet %s "$$@"\n' $$x >${3}/$$x; \  			chmod ${BINMODE} ${3}/$$x; \  		else \ | 
