mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
- Install/uninstall added
- Version fixed git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@431 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -37,3 +37,4 @@ Changes since 0.9.6-pre2:
|
||||
Changes since 1.0.0 RC1
|
||||
|
||||
- Updated SCST/SCST.pm to add one more option mapping NV -> NV_CACHE.
|
||||
- Install/uninstall added.
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
all:
|
||||
|
||||
install:
|
||||
install -m 755 init.d/scst /etc/init.d
|
||||
install -m 755 scstadmin /usr/local/sbin
|
||||
mkdir -p /usr/local/lib/site_perl/SCST
|
||||
install -m 644 SCST/SCST.pm /usr/local/lib/site_perl/SCST/SCST.pm
|
||||
|
||||
uninstall:
|
||||
-rm -f /etc/init.d/scst
|
||||
-rm -f /usr/local/sbin/scstadmin
|
||||
-rm -rf /usr/local/lib/site_perl/SCST
|
||||
|
||||
.PHONY: all install uninstall
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
$Version = 'SCST Configurator v0.7.3';
|
||||
$Version = 'SCST Configurator v1.0.0';
|
||||
|
||||
# Configures SCST
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user