From 13affc452ef13e375ea0d780aa0d75528bdff7b6 Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Thu, 21 Sep 2023 10:43:23 +0000 Subject: [PATCH] remove /usr/local/bin dir --- main/nwg-shell-config/.pkgfiles | 6 ++---- main/nwg-shell-config/spkgbuild | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/main/nwg-shell-config/.pkgfiles b/main/nwg-shell-config/.pkgfiles index a4ca24da5..a8f37c298 100644 --- a/main/nwg-shell-config/.pkgfiles +++ b/main/nwg-shell-config/.pkgfiles @@ -1,4 +1,4 @@ -nwg-shell-config-0.5.18-1 +nwg-shell-config-0.5.18-2 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/nwg-autotiling @@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/nwg-shell-help -rwxr-xr-x root/root usr/bin/nwg-shell-translate -rwxr-xr-x root/root usr/bin/nwg-shell-updater +-rwxr-xr-x root/root usr/bin/nwg-system-update -rwxr-xr-x root/root usr/bin/nwg-update-indicator drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.11/ @@ -113,9 +114,6 @@ drwxr-xr-x root/root usr/lib/python3.11/site-packages/nwg_shell_config/update -rw-rw-r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config/updates/0.3.0 -rw-rw-r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config/updates/0.3.4 -rw-rw-r-- root/root usr/lib/python3.11/site-packages/nwg_shell_config/updates/0.5.0 -drwxr-xr-x root/root usr/local/ -drwxr-xr-x root/root usr/local/bin/ --rwxr-xr-x root/root usr/local/bin/nwg-system-update drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rwxr-xr-x root/root usr/share/applications/nwg-shell-config.desktop diff --git a/main/nwg-shell-config/spkgbuild b/main/nwg-shell-config/spkgbuild index cae65840a..e94d62fe4 100755 --- a/main/nwg-shell-config/spkgbuild +++ b/main/nwg-shell-config/spkgbuild @@ -3,7 +3,7 @@ name=nwg-shell-config version=0.5.18 -release=1 +release=2 source="$name-$version.tar.gz::https://github.com/nwg-piotr/nwg-shell-config/archive/v$version.tar.gz" build() { @@ -16,5 +16,5 @@ build() { install -D -t $PKG/usr/share/pixmaps nwg-update-available.svg install -D -t $PKG/usr/share/pixmaps nwg-update-checking.svg install -D -t $PKG/usr/share/applications nwg-shell-config.desktop - install -D -t $PKG/usr/local/bin nwg-system-update + install -D -t $PKG/usr/bin nwg-system-update }