aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runlevels/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile
index ebd89203..73843d8b 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -93,8 +93,6 @@ install:
if test "${MKSYSVINIT}" = yes && test "${OS}" = Linux; then \
for x in tty1 tty2 tty3 tty4 tty5 tty6; do \
ln -snf ${INITDIR}/agetty ${DESTDIR}/${INITDIR}/"agetty.$$x" || exit $$?; \
- done; \
- for x in tty1 tty2 tty3 tty4 tty5 tty6; do \
ln -snf ${INITDIR}/agetty.$$x ${DEFAULTDIR}/"agetty.$$x" || exit $$?; \
done; \
fi