mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 05:36:22 +00:00
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:
+1
-4
@@ -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,7 +1,7 @@
|
||||
MODULE_VERSION = 0.9.10
|
||||
TOOL = scstadmin
|
||||
|
||||
SBINDIR := $(PREFIX)/sbin
|
||||
SBINDIR := /usr/local/sbin
|
||||
|
||||
all: perl-module
|
||||
|
||||
|
||||
Reference in New Issue
Block a user