gendesk, hub: fix broken template
3b617119c7
changed where Go binaries are
built. Instead of updating the templates with a new assumption, just use
post_install to install additional files, instead of overriding the
build style's do_install.
This commit is contained in:
parent
3b617119c7
commit
63e6eaf059
2 changed files with 2 additions and 4 deletions
|
@ -15,8 +15,7 @@ skip_extraction="default.png"
|
|||
checksum="a01ecee04e2397f263b25b1ec94d642fe7f5b8b67eabc6123a923072dd130602
|
||||
4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837"
|
||||
|
||||
do_install() {
|
||||
vbin ${pkgname}
|
||||
post_install() {
|
||||
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/default.png 644 usr/share/pixmaps
|
||||
vman ${pkgname}.1
|
||||
vlicense LICENSE
|
||||
|
|
|
@ -12,8 +12,7 @@ maintainer="Enno Boland <eb@s01.de>"
|
|||
license="MIT"
|
||||
checksum=9350aba6a8e3da9d26b7258a4020bf84491af69595f7484f922d75fc8b86dc10
|
||||
|
||||
do_install() {
|
||||
vbin ${pkgname}
|
||||
post_install() {
|
||||
vman man/${pkgname}.1
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue