From 2f46a91c4d83a24654cc80de054e2f2b293b2ca7 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 5 Jul 2014 18:37:51 +0200 Subject: [PATCH] sinit: modify post_install --- srcpkgs/sinit/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sinit/template b/srcpkgs/sinit/template index 38f3bec98f..2fca5f1d08 100644 --- a/srcpkgs/sinit/template +++ b/srcpkgs/sinit/template @@ -1,7 +1,7 @@ # Template file for 'sinit' pkgname=sinit version=0.9 -revision=1 +revision=2 build_style=gnu-makefile replaces="sinit>=0" short_desc="A simple init, initially based on Rich Felker’s minimal init" @@ -17,6 +17,6 @@ pre_build() { } post_install() { - vinstall LICENSE 644 usr/share/licenses/${pkgname} - vinstall README 644 usr/share/doc/${pkgname} + vlicense LICENSE + vdoc README }