diff options
author | David Woodfall <dave@dawoodfall.net> | 2011-12-08 23:30:33 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-08 23:30:33 -0200 |
commit | 431a0ed4407a00c3eb66b9f42f5057b895ecd91e (patch) | |
tree | a6e9814f70f2682d5f08f32a310d462331d398ac /network/qbittorrent/qbittorrent.SlackBuild | |
parent | 3297331dfeb9c97b9d1d2e49e4f9752cd01edeeb (diff) | |
download | slackbuilds-431a0ed4407a00c3eb66b9f42f5057b895ecd91e.tar.gz |
network/qbittorrent: Updated for version 2.9.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent/qbittorrent.SlackBuild')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 2946fe9b15..564dfd2741 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent -VERSION=${VERSION:-2.9.1} +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ - --qtdir=/usr/lib${LIBDIRSUFFIX}/qt4 + --qtdir=/usr/lib${LIBDIRSUFFIX}/qt make make install INSTALL_ROOT=$PKG |