gendesk, hub: fix broken template
3b617119c76ced5d47a597cbff998b294a8d14ca 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
@ -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…
x
Reference in New Issue
Block a user