From 616fa92b9f75d8bce210f4257d68f98d8a56253c Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 9 Oct 2017 01:37:59 +0000 Subject: [PATCH] scratch: use vbin --- srcpkgs/scratch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scratch/template b/srcpkgs/scratch/template index 1c4a9153c7c..2fbcaa05b79 100644 --- a/srcpkgs/scratch/template +++ b/srcpkgs/scratch/template @@ -17,7 +17,7 @@ do_build() { make CC=$CC CFLAGS="$CFLAGS" ${makejobs} build } do_install() { - vinstall src/scratch 755 usr/bin + vbin src/scratch vinstall Scratch.image 644 usr/lib/scratch vinstall Scratch.ini 644 usr/lib/scratch vinstall src/scratch.desktop 644 usr/share/applications