diff --git a/scstadmin/Makefile b/scstadmin/Makefile index 798278e9f..f80261744 100644 --- a/scstadmin/Makefile +++ b/scstadmin/Makefile @@ -1,4 +1,8 @@ -SCSTADMIN_DIR = scstadmin +SCSTADMIN_DIR = $(shell if [ ! -h scstadmin ]; then \ + rm -f scstadmin; \ + ln -s scstadmin.sysfs scstadmin; \ + fi; \ + echo scstadmin) MANDIR := $(DESTDIR)/usr/local/man INITDIR := $(shell if [ -f /etc/slackware-version ]; then \