mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-28 09:20:18 +00:00
scstadmin: Replace scstadmin/scstadmin by a soft link if it is a regular file. This is a workaround for a bug in the "Download tarball" functionality of the SourceForge website (merge r4129 from trunk).
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4130 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user