opensonic: install shell script just as opensonic.
This commit is contained in:
parent
01854ba64b
commit
4ab5a580ac
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'opensonic'
|
||||
pkgname=opensonic
|
||||
version=0.1.4
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="cmake"
|
||||
makedepends="allegro4-devel libpng-devel libvorbis-devel desktop-file-utils"
|
||||
wrksrc="opensnc-src-${version}"
|
||||
|
@ -24,7 +24,7 @@ do_build() {
|
|||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
vinstall icon.png 644 usr/share/${pkgname}
|
||||
vinstall ${FILESDIR}/opensonic.sh 755 usr/bin
|
||||
vinstall ${FILESDIR}/opensonic.sh 755 usr/bin opensonic
|
||||
vinstall ${FILESDIR}/opensonic.desktop 644 usr/share/applications
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue