- 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:
Vladislav Bolkhovitin
2008-07-07 17:51:53 +00:00
parent 3bdd1d549f
commit 79cb40d73a
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -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.
+14
View File
@@ -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
View File
@@ -1,5 +1,5 @@
#!/usr/bin/perl
$Version = 'SCST Configurator v0.7.3';
$Version = 'SCST Configurator v1.0.0';
# Configures SCST
#