diff options
-rw-r--r-- | extra/gtk-theme-switch/.footprint | 6 | ||||
-rw-r--r-- | extra/gtk-theme-switch/Pkgfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/gtk-theme-switch/.footprint b/extra/gtk-theme-switch/.footprint index 094fd3b04..77395a857 100644 --- a/extra/gtk-theme-switch/.footprint +++ b/extra/gtk-theme-switch/.footprint @@ -1,9 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/switch2 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rwxr-xr-x root/root usr/man/man1/switch.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rwxr-xr-x root/root usr/share/applications/gtk-theme-switch.desktop @@ -12,3 +9,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gtk-s-t.png +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rwxr-xr-x root/root usr/share/man/man1/switch.1.gz diff --git a/extra/gtk-theme-switch/Pkgfile b/extra/gtk-theme-switch/Pkgfile index 16367a26c..067cf6d60 100644 --- a/extra/gtk-theme-switch/Pkgfile +++ b/extra/gtk-theme-switch/Pkgfile @@ -15,7 +15,7 @@ build() { make install -D -m 755 switch2 $PKG/usr/bin/switch2 - install -D switch.1 $PKG/usr/man/man1/switch.1 + install -D switch.1 $PKG/usr/share/man/man1/switch.1 mkdir -p $PKG/usr/share/icons/hicolor/48x48/apps cp ../gtk-s-t.png $PKG/usr/share/icons/hicolor/48x48/apps/gtk-s-t.png |