scstadmin: Make (un)installation work again

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3742 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-07-23 12:25:55 +00:00
parent 84d6b9b6b4
commit dea280a0f9
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
# Prefix for /sbin and /man destination paths.
PREFIX ?= /usr/local
SCSTADMIN_DIR = scstadmin
MANDIR := $(DESTDIR)$(PREFIX)/man
MANDIR := $(DESTDIR)/usr/local/man
INITDIR := $(shell if [ -f /etc/slackware-version ]; then \
echo /etc/rc.d; \
else \
+1 -1
View File
@@ -1,7 +1,7 @@
MODULE_VERSION = 0.9.10
TOOL = scstadmin
SBINDIR := $(PREFIX)/sbin
SBINDIR := /usr/local/sbin
all: perl-module