From 69071023c96042e744b3925b2d11f18c7fc23a41 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 21 Sep 2013 23:21:23 -0700 Subject: Install compatibility symlinks for a while --- real.make | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/real.make b/real.make index 86305ac..7e98e64 100644 --- a/real.make +++ b/real.make @@ -255,6 +255,11 @@ install: install -d ${BINDIR} install --backup=${ENABLE_BACKUPS_DURING_INSTALL} -t ${BINDIR} \ $(wildcard ${BINARIES}) + ln --backup=${ENABLE_BACKUPS_DURING_INSTALL} -sf tmwa-login ${BINDIR}/login-server + ln --backup=${ENABLE_BACKUPS_DURING_INSTALL} -sf tmwa-char ${BINDIR}/char-server + ln --backup=${ENABLE_BACKUPS_DURING_INSTALL} -sf tmwa-map ${BINDIR}/map-server + ln --backup=${ENABLE_BACKUPS_DURING_INSTALL} -sf tmwa-admin ${BINDIR}/ladmin + ln --backup=${ENABLE_BACKUPS_DURING_INSTALL} -sf tmwa-monitor ${BINDIR}/eathena-monitor tags: ${SOURCES} ${HEADERS} ctags --totals --c-kinds=+px -f $@ $^ -- cgit v1.2.3-60-g2f50