From 67ed641277b3918176cd745ef9614ba530a42a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Fri, 29 Mar 2024 20:16:06 +0300 Subject: [PATCH] redos --- upscayl-bin/lure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upscayl-bin/lure.sh b/upscayl-bin/lure.sh index 9aa2b9d..7b15ad3 100644 --- a/upscayl-bin/lure.sh +++ b/upscayl-bin/lure.sh @@ -28,5 +28,6 @@ package() { cd ${srcdir}/resources/ install -Dm755 ./org.upscayl.Upscayl.desktop "${pkgdir}/usr/share/applications/org.upscayl.Upscayl.desktop" install -Dm755 ./512x512.png "${pkgdir}/usr/share/pixmaps/org.upscayl.Upscayl.png" - install -dm755 ${srcdir}/ "${pkgdir}/opt/upscayl/" + install -dm755 "${pkgdir}/opt/upscayl/" + mv ./* "${pkgdir}/opt/upscayl/" }