diff --git a/srcpkgs/ayugram-desktop/template b/srcpkgs/ayugram-desktop/template index d98d453..982c86a 100644 --- a/srcpkgs/ayugram-desktop/template +++ b/srcpkgs/ayugram-desktop/template @@ -13,11 +13,13 @@ checksum="4840425c4f476cdf5a4558740fc0280297e365c7f02ad4dfd1feb2b79171b9cb" do_install() { local binfile="${DESTDIR}/usr/bin/ayugram-desktop" - cp ${XBPS_BUILDDIR}/ayugram-desktop-${version} ${binfile} + cp ${wrksrc}/ayugram-desktop-${version} ${binfile} chmod 755 ${binfile} + mkdir -p ${DESTDIR}/usr/share/applications vinstall ayugram.desktop 644 usr/share/applications + mkdir -p ${DESTDIR}/usr/share/icons/hicolor/256x256/apps install -Dm644 ${FILESDIR}/ayuchan.png ${DESTDIR}/usr/share/icons/hicolor/256x256/apps/ayuchan.png }