summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-09-05 22:37:47 +0200
committersL1pKn072017-09-05 22:37:47 +0200
commit366ad912df315f64a5bb43ba6a5b5990831198fd (patch)
treee05437947b9ebfbb0fdf876674a6b69ae0a9f056
parent98935182d0ce2cf8f303fae9fc2d9b54281358dd (diff)
downloadaur-366ad912df315f64a5bb43ba6a5b5990831198fd.tar.gz
sorry guys, but this is necessary. if the file opt/lsi/LSIStorageAuthority/installtype exist, please delete it
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 691347abbb77..3c302aef1d0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 5 17:41:38 UTC 2017
+# Tue Sep 5 20:36:40 UTC 2017
pkgbase = lsi-lsa
pkgdesc = LSI Storage Authority Software Suite
pkgver = 003.020.000.000
- pkgrel = 1
+ pkgrel = 2
url = http://www.avagotech.com/products/server-storage
install = lsi-lsa.install
arch = i686
@@ -14,6 +14,7 @@ pkgbase = lsi-lsa
depends = lsi-openpegasus
depends = curl
options = !strip
+ backup = opt/lsi/LSIStorageAuthority/installtype
backup = opt/lsi/LSIStorageAuthority/conf/LSA.conf
backup = opt/lsi/LSIStorageAuthority/server/conf/nginx.conf
backup = opt/lsi/LSIStorageAuthority/conf/monitor/config-current.json
diff --git a/PKGBUILD b/PKGBUILD
index 8e7237caa718..f2117c349f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lsi-lsa
pkgver=003.020.000.000
-pkgrel=1
+pkgrel=2
pkgdesc="LSI Storage Authority Software Suite"
arch=('i686' 'x86_64')
url='http://www.avagotech.com/products/server-storage'
@@ -29,7 +29,8 @@ sha256sums=('5196f542b52457abb94bce4e069005543a7e748270b7b673e5afa669e7af2e03'
sha256sums_i686=('0ebd01f419ccace6a3d37543309dcb7e684b0b842bdde505fd199c80f94c389e')
sha256sums_x86_64=('4325ee1f6d9f7eeb887e532834ce2e1ed86f7887c3b8b3b6162cb0a52a49dede')
install=lsi-lsa.install
-backup=('opt/lsi/LSIStorageAuthority/conf/LSA.conf'
+backup=('opt/lsi/LSIStorageAuthority/installtype'
+ 'opt/lsi/LSIStorageAuthority/conf/LSA.conf'
'opt/lsi/LSIStorageAuthority/server/conf/nginx.conf'
'opt/lsi/LSIStorageAuthority/conf/monitor/config-current.json'
)
@@ -86,5 +87,9 @@ package() {
-i opt/lsi/LSIStorageAuthority/conf/LSA.conf \
-i usr/share/docs/lsi-lsa/LSA_Linux_readme.txt
+ # Setup type
+ echo gateway > opt/lsi/LSIStorageAuthority/installtype
+
+ # Create soname links
_create_links
}