1
0
mirror of https://aur.archlinux.org/overlook-fing.git synced 2020-11-18 19:37:31 -08:00

V3.0-2 - /usr/lib and /usr/share replaced by /usr/local/lib and /usr/local/share

This commit is contained in:
Alain Spaite (Domspaite) 2016-01-29 11:29:15 +01:00
parent 299fa8dc73
commit 10c39bf132
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
pkgbase = overlook-fing pkgbase = overlook-fing
pkgdesc = The ultimate tool for network discovery and scanning pkgdesc = The ultimate tool for network discovery and scanning
pkgver = 3.0 pkgver = 3.0
pkgrel = 1 pkgrel = 2
url = http://www.overlooksoft.com/ url = http://www.overlooksoft.com/
arch = i686 arch = i686
arch = x86_64 arch = x86_64

View File

@ -4,7 +4,7 @@
# Modified: 05/16/2013 # Modified: 05/16/2013
pkgname=overlook-fing pkgname=overlook-fing
pkgver=3.0 pkgver=3.0
pkgrel=1 pkgrel=2
_altpkgname=fing _altpkgname=fing
pkgdesc='The ultimate tool for network discovery and scanning' pkgdesc='The ultimate tool for network discovery and scanning'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -30,16 +30,16 @@ package() {
install -dm755 "${pkgdir}"/var/data/${_altpkgname}/{box,sentinel} install -dm755 "${pkgdir}"/var/data/${_altpkgname}/{box,sentinel}
install -dm755 "${pkgdir}"/var/log/${_altpkgname} install -dm755 "${pkgdir}"/var/log/${_altpkgname}
install -Dm644 ./usr/share/${_altpkgname}/template/conf/sentinel.txt "${pkgdir}"/var/data/${_altpkgname}/sentinel/ install -Dm644 ./usr/local/share/${_altpkgname}/template/conf/sentinel.txt "${pkgdir}"/var/data/${_altpkgname}/sentinel/
install -Dm644 ./usr/share/${_altpkgname}/template/conf/*.properties "${pkgdir}"/etc/${_altpkgname}/ install -Dm644 ./usr/local/share/${_altpkgname}/template/conf/*.properties "${pkgdir}"/etc/${_altpkgname}/
# systemd & fingbox-sentinel # systemd & fingbox-sentinel
install -Dm755 fingbox-sentinel.service "${pkgdir}"/usr/lib/systemd/system/fingbox-sentinel.service install -Dm755 fingbox-sentinel.service "${pkgdir}"/usr/local/lib/systemd/system/fingbox-sentinel.service
install -Dm755 fingbox-sentinel.script "${pkgdir}"/usr/lib/systemd/scripts/fingbox-sentinel install -Dm755 fingbox-sentinel.script "${pkgdir}"/usr/local/lib/systemd/scripts/fingbox-sentinel
# license # license
install -dm755 "${pkgdir}"/usr/share/licenses/${_altpkgname} install -dm755 "${pkgdir}"/usr/local/share/licenses/${_altpkgname}
ln -s /usr/share/${_altpkgname}/doc/license.txt "${pkgdir}"/usr/share/licenses/${_altpkgname}/license ln -s /usr/local/share/${_altpkgname}/doc/license.txt "${pkgdir}"/usr/local/share/licenses/${_altpkgname}/license
} }
# vim:set ts=2 sw=2 et ft=sh tw=100: # vim:set ts=2 sw=2 et ft=sh tw=100: