diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/cover-thumbnailer/.footprint | 2 | ||||
-rw-r--r-- | extra/cover-thumbnailer/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/cover-thumbnailer/.footprint b/extra/cover-thumbnailer/.footprint index c917f912a..5826c1804 100644 --- a/extra/cover-thumbnailer/.footprint +++ b/extra/cover-thumbnailer/.footprint @@ -8,7 +8,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/cover-thumbnailer-gui drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/cover-thumbnailer-gui.desktop +-rw-r--r-- root/root usr/share/applications/cover-thumbnailer-gui.desktop drwxr-xr-x root/root usr/share/cover-thumbnailer/ -rw-r--r-- root/root usr/share/cover-thumbnailer/cover-thumbnailer-gui.glade -rw-r--r-- root/root usr/share/cover-thumbnailer/icon.png diff --git a/extra/cover-thumbnailer/Pkgfile b/extra/cover-thumbnailer/Pkgfile index dc95c514f..e681ea088 100644 --- a/extra/cover-thumbnailer/Pkgfile +++ b/extra/cover-thumbnailer/Pkgfile @@ -6,7 +6,7 @@ name=cover-thumbnailer version=0.7 -release=1 +release=2 source=(http://download.flogisoft.com/files/Software/Cover_thumbnailer/${name}_${version}_src.tar.gz) build() { @@ -25,7 +25,7 @@ build() { #man cp ./man/* $PKG/usr/share/man/man1/ #.desktop - cp ./freedesktop/* $PKG/usr/share/ + cp ./freedesktop/* $PKG/usr/share/applications #locale cp ./locale/fr.mo $PKG/usr/share/locale/fr/LC_MESSAGES/cover-thumbnailer-gui.mo #doc |