diff options
author | tnut <tnut at nutyx dot com> | 2011-06-16 21:06:43 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-06-16 21:06:43 +0200 |
commit | 8d7521df1e33c2308d3d9aacba335f528904bd94 (patch) | |
tree | d73ca1930fc546507abca754f6e8472fb50909f9 | |
parent | a456206f69cd989b1ccbba465edb0ec4a9e77a60 (diff) | |
download | nutyx-extra-8d7521df1e33c2308d3d9aacba335f528904bd94.tar.gz nutyx-extra-8d7521df1e33c2308d3d9aacba335f528904bd94.tar.bz2 nutyx-extra-8d7521df1e33c2308d3d9aacba335f528904bd94.tar.xz nutyx-extra-8d7521df1e33c2308d3d9aacba335f528904bd94.zip |
transmission, correction port
-rw-r--r-- | extra/transmission/.footprint.i686 | 1 | ||||
-rw-r--r-- | extra/transmission/.footprint.x86_64 | 1 | ||||
-rwxr-xr-x | extra/transmission/Pkgfile | 11 |
3 files changed, 2 insertions, 11 deletions
diff --git a/extra/transmission/.footprint.i686 b/extra/transmission/.footprint.i686 index 91ce65c1f..0b3a3c5b5 100644 --- a/extra/transmission/.footprint.i686 +++ b/extra/transmission/.footprint.i686 @@ -10,7 +10,6 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/transmission-gtk.desktop --rw-r--r-- root/root usr/share/applications/transmission.desktop drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ diff --git a/extra/transmission/.footprint.x86_64 b/extra/transmission/.footprint.x86_64 index 91ce65c1f..0b3a3c5b5 100644 --- a/extra/transmission/.footprint.x86_64 +++ b/extra/transmission/.footprint.x86_64 @@ -10,7 +10,6 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/transmission-gtk.desktop --rw-r--r-- root/root usr/share/applications/transmission.desktop drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ diff --git a/extra/transmission/Pkgfile b/extra/transmission/Pkgfile index 0694876a5..861627f91 100755 --- a/extra/transmission/Pkgfile +++ b/extra/transmission/Pkgfile @@ -7,9 +7,8 @@ name=transmission version=2.31 -release=1 -source=( http://download.m0k.org/$name/files/$name-$version.tar.bz2 \ -$name.desktop) +release=2 +source=(http://download.m0k.org/$name/files/$name-$version.tar.bz2) build() { cd $name-$version @@ -25,10 +24,4 @@ build() { # Traitement divers rm $PKG/usr/share/transmission/web/LICENSE - - # Installation du raccourci bureau - mkdir -p $PKG/usr/share/applications - install -m 644 ../$name.desktop $PKG/usr/share/applications/ } - - |