mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/pogoplug-blparam fix
This commit is contained in:
parent
b822cbe39a
commit
892103ac46
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=pogoplug-blparam
|
||||
pkgver=1.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Blparam pulled from Pogoplug OS"
|
||||
arch=('arm')
|
||||
url="http://www.pogoplug.com"
|
||||
|
@ -11,6 +11,6 @@ source=('blparam')
|
|||
md5sums=('df55bfb572b5c28927e7fae04c391656')
|
||||
|
||||
package() {
|
||||
mkdir -p ${pkgdir}/usr/sbin
|
||||
install -m755 $srcdir/blparam ${pkgdir}/usr/sbin/
|
||||
mkdir -p ${pkgdir}/usr/bin
|
||||
install -m755 $srcdir/blparam ${pkgdir}/usr/bin/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue