mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
opensonic: use vbin
This commit is contained in:
parent
3b138e4ae7
commit
884ac6acf0
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
vinstall icon.png 644 usr/share/${pkgname}
|
vinstall icon.png 644 usr/share/${pkgname}
|
||||||
vinstall ${FILESDIR}/opensonic.sh 755 usr/bin opensonic
|
vbin ${FILESDIR}/opensonic.sh opensonic
|
||||||
vinstall ${FILESDIR}/opensonic.desktop 644 usr/share/applications
|
vinstall ${FILESDIR}/opensonic.desktop 644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue