1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

build-sys: fix AC_SUBST for /etc/rcN.d

This commit is contained in:
Lennart Poettering 2010-04-07 15:44:35 +02:00
parent 061978fa4d
commit d64b723a9e

View File

@ -114,7 +114,7 @@ case $with_distro in
esac
AC_SUBST(SYSTEM_SYSVINIT_PATH)
AC_SUBST(SYSTEM_RCND_PATH)
AC_SUBST(SYSTEM_SYSVRCND_PATH)
AM_CONDITIONAL(TARGET_FEDORA, test x"$with_distro" = xfedora)
AM_CONDITIONAL(TARGET_SUSE, test x"$with_distro" = xsuse)