mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
scratch: use vbin
This commit is contained in:
parent
4c56ba82f5
commit
616fa92b9f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ do_build() {
|
||||||
make CC=$CC CFLAGS="$CFLAGS" ${makejobs} build
|
make CC=$CC CFLAGS="$CFLAGS" ${makejobs} build
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall src/scratch 755 usr/bin
|
vbin src/scratch
|
||||||
vinstall Scratch.image 644 usr/lib/scratch
|
vinstall Scratch.image 644 usr/lib/scratch
|
||||||
vinstall Scratch.ini 644 usr/lib/scratch
|
vinstall Scratch.ini 644 usr/lib/scratch
|
||||||
vinstall src/scratch.desktop 644 usr/share/applications
|
vinstall src/scratch.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue