From af73b08aee5a845617169aba04e4ffa9f305bc78 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Mon, 11 Mar 2024 14:50:25 +0530 Subject: [PATCH] =?UTF-8?q?@eshanized=20pushed=20another=20commit=20via=20?= =?UTF-8?q?script=20=F0=9F=94=A5=F0=9F=94=A5=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/snigdhaos-updater/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/snigdhaos-updater/PKGBUILD b/common/snigdhaos-updater/PKGBUILD index 17bbd5f9..d9b9ce1a 100644 --- a/common/snigdhaos-updater/PKGBUILD +++ b/common/snigdhaos-updater/PKGBUILD @@ -30,8 +30,8 @@ package() { install -Dm755 snigdhaos-updater "$pkgdir"/usr/bin/snigdhaos-updater ln -s /usr/bin/snigdhaos-updater "$pkgdir"/usr/bin/updater install -Dm755 aux-script "$pkgdir"/usr/lib/snigdhaos/snigdhaos-updater/aux-script - install -Dm755 core-script "$pkgdir"/usr/lib/garuda/snigdhaos-updater/core-script - install -Dm755 auto-pacman "$pkgdir"/usr/lib/garuda/snigdhaos-updater/auto-pacman + install -Dm755 core-script "$pkgdir"/usr/lib/snigdhaos/snigdhaos-updater/core-script + install -Dm755 auto-pacman "$pkgdir"/usr/lib/snigdhaos/snigdhaos-updater/auto-pacman install -Dm644 rotation "$pkgdir"/etc/logrotate.d/snigdhaos-updater - install -Dm644 config "$pkgdir"/etc/garuda/snigdhaos-updater/config + install -Dm644 config "$pkgdir"/etc/snigdhaos/snigdhaos-updater/config }