chatty: fix install location
This commit is contained in:
parent
f9e348efa1
commit
e1d4326dec
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#Template file for 'chatty'
|
||||
pkgname=chatty
|
||||
version=0.9
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
hostmakedepends="openjdk gradle"
|
||||
depends="virtual?java-runtime"
|
||||
|
@ -30,7 +30,7 @@ do_install() {
|
|||
vinstall assets/sounds/dingdong.wav 644 usr/share/${pkgname}/sounds
|
||||
vinstall assets/sounds/typing.wav 644 usr/share/${pkgname}/sounds
|
||||
|
||||
vbin $FILESDIR/${pkgname} 755 usr/bin/
|
||||
vbin $FILESDIR/${pkgname}
|
||||
|
||||
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/chatty.png 644 usr/share/pixmaps
|
||||
|
||||
|
|
Loading…
Reference in a new issue