diff options
author | sibel <lesibel@free.fr> | 2010-09-08 08:53:10 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-08 08:53:10 +0200 |
commit | e078f19a9fe9451442fbd120d1f019c1a799e036 (patch) | |
tree | 995e7b32ba99f65b345a3e752c3a73abbcd87360 | |
parent | 0ff7d56a9dca6544783d4670226575d54c7677b8 (diff) | |
download | nutyx-pakxe-e078f19a9fe9451442fbd120d1f019c1a799e036.tar.gz nutyx-pakxe-e078f19a9fe9451442fbd120d1f019c1a799e036.tar.bz2 nutyx-pakxe-e078f19a9fe9451442fbd120d1f019c1a799e036.tar.xz nutyx-pakxe-e078f19a9fe9451442fbd120d1f019c1a799e036.zip |
Ajustement de make de ktorrent
-rwxr-xr-x | kde/ktorrent/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/ktorrent/Pkgfile b/kde/ktorrent/Pkgfile index d911382f2..a42d8e637 100755 --- a/kde/ktorrent/Pkgfile +++ b/kde/ktorrent/Pkgfile @@ -19,7 +19,7 @@ build() { -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \ -DENABLE_MEDIAPLAYER_PLUGIN=false - make -j5 + make make DESTDIR=$PKG install mkdir -p $PKG/usr/share/applications install -m 644 $SRC/$name.desktop $PKG/usr/share/applications/ |