diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 17:46:42 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 17:46:42 +0100 |
commit | ba3a1d79afa5559013aceba37b23939de05d5eb1 (patch) | |
tree | 7ec77d8f0f8e66370066973eb88a24ba9ca39d36 /extra | |
parent | b56d5e93a30ffa49194f96f521695bbdbebcbedd (diff) | |
download | nutyx-pakxe-ba3a1d79afa5559013aceba37b23939de05d5eb1.tar.gz nutyx-pakxe-ba3a1d79afa5559013aceba37b23939de05d5eb1.tar.bz2 nutyx-pakxe-ba3a1d79afa5559013aceba37b23939de05d5eb1.tar.xz nutyx-pakxe-ba3a1d79afa5559013aceba37b23939de05d5eb1.zip |
gtk-theme-switch, maj footprint
Diffstat (limited to 'extra')
-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 |