add missing modules dir
This commit is contained in:
parent
850a9faee2
commit
08632780b4
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = hardcode-tray-git
|
pkgbase = hardcode-tray-git
|
||||||
pkgdesc = Fixes Hardcoded Tray Icons
|
pkgdesc = Fixes Hardcoded Tray Icons
|
||||||
pkgver = r738.4e91e52
|
pkgver = v3.5.2.1.r167.gf3112a5
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/bil-elmoussaoui/Hardcode-Tray
|
url = https://github.com/bil-elmoussaoui/Hardcode-Tray
|
||||||
arch = i686
|
arch = i686
|
||||||
|
|
|
||||||
5
PKGBUILD
5
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
||||||
_pkgbase=hardcode-tray-git
|
_pkgbase=hardcode-tray-git
|
||||||
_gitname=Hardcode-Tray
|
_gitname=Hardcode-Tray
|
||||||
pkgname=$_pkgbase
|
pkgname=$_pkgbase
|
||||||
pkgver=r738.4e91e52
|
pkgver=v3.5.2.1.r167.gf3112a5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Fixes Hardcoded Tray Icons"
|
pkgdesc="Fixes Hardcoded Tray Icons"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
|
@ -31,5 +31,6 @@ package() {
|
||||||
install -Dm755 "$srcdir/$_gitname/script.py" "$pkgdir/opt/$_gitname/script.py"
|
install -Dm755 "$srcdir/$_gitname/script.py" "$pkgdir/opt/$_gitname/script.py"
|
||||||
install -Dm755 "$srcdir/$_gitname/hardcode-tray" "$pkgdir/usr/bin/hardcode-tray"
|
install -Dm755 "$srcdir/$_gitname/hardcode-tray" "$pkgdir/usr/bin/hardcode-tray"
|
||||||
install -d "$pkgdir/opt/$_gitname"
|
install -d "$pkgdir/opt/$_gitname"
|
||||||
cp -r "$srcdir/$_gitname/database" "$pkgdir/opt/$_gitname"
|
cp -r -f "$srcdir/$_gitname/database" "$pkgdir/opt/$_gitname"
|
||||||
|
cp -r -f "$srcdir/$_gitname/modules" "$pkgdir/opt/$_gitname"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue