diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-21 23:21:23 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-21 23:21:23 -0700 |
commit | 69071023c96042e744b3925b2d11f18c7fc23a41 (patch) | |
tree | dd26546ed5fcdd234f5f1eccd67bb01804f3505e | |
parent | a3c885e41bc188051f8918f090be998469018bca (diff) | |
download | tmwa-69071023c96042e744b3925b2d11f18c7fc23a41.tar.gz tmwa-69071023c96042e744b3925b2d11f18c7fc23a41.tar.bz2 tmwa-69071023c96042e744b3925b2d11f18c7fc23a41.tar.xz tmwa-69071023c96042e744b3925b2d11f18c7fc23a41.zip |
Install compatibility symlinks for a while
-rw-r--r-- | real.make | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 $@ $^ |