Advertisement
ImNtReal

rescan-scsi-bus PKGBUILD 1.57

Mar 22nd, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | None | 0 0
  1. pkgname=rescan-scsi-bus
  2. pkgver=1.57
  3. pkgrel=1
  4. pkgdesc="Script for rescan SCSI bus, using the scsi add-single-device mechanism"
  5. arch=('i686' 'x86_64')
  6. url="http://www.garloff.de/kurt/linux/"
  7. license=('GPL')
  8. depends=('bash')
  9. source=(http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh-$pkgver)
  10. sha1sums=('e21a3f8956c12714466ec3aa2f18047b4d756cce')
  11.  
  12. package() {
  13.   cd "${srcdir}"
  14.   mkdir -p "${pkgdir}"/usr/sbin
  15.   install -m755 rescan-scsi-bus.sh-"${pkgver}" "${pkgdir}"/usr/sbin/rescan-scsi-bus.sh
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement