From 0ca44f60c6b0c0c437dfa6491a33ced0be84b05d Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 25 Oct 2022 16:07:35 +0300 Subject: [PATCH] . --- noisetorch/lure.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index 7bc6a61..26f919d 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -17,7 +17,6 @@ checksums=('skip') prepare() { cd "${srcdir}" - } build() { @@ -25,7 +24,7 @@ make } package() { -install -Dm755 "./.bin/noisetorch" "${pkgdir}/usr/bin" +install -Dm755 ./.bin/noisetorch "${pkgdir}/usr/bin" install -Dm644 ./assets/noisetorch.desktop "${pkgdir}/usr/share/applications/" install -Dm644 ./assets/icon/noisetorch.png "${pkgdir}/usr/share/icons/hicolor/256x256/apps/" } \ No newline at end of file