diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-05-02 20:43:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-03 08:48:42 +0700 |
commit | 3a25751aa12c78ee37a38fcc6e8c18519d668528 (patch) | |
tree | c26e6412a37a74eec2c41ab1f1fbcc8bcbaa0a53 /audio/mixxx | |
parent | a14ebe5f65ca78a40f25985cd3feb9999454341b (diff) | |
download | slackbuilds-3a25751aa12c78ee37a38fcc6e8c18519d668528.tar.gz |
audio/mixxx: Remove unnecessary scons routine.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mixxx')
-rw-r--r-- | audio/mixxx/mixxx.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/mixxx/mixxx.SlackBuild b/audio/mixxx/mixxx.SlackBuild index 7e805adebd..43f8245165 100644 --- a/audio/mixxx/mixxx.SlackBuild +++ b/audio/mixxx/mixxx.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for mixxx # Copyright 2011 Elvio "HelLViS69" Basello <hellvis69@gmail.com> -# Copyright 2018-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2018-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -90,10 +90,6 @@ scons \ vamp=1 \ lilv=1 \ wv=1 \ - prefix=/usr - -QTDIR=/usr/lib$LIBDIRSUFFIX/qt5 \ -scons \ install_root=$PKG/usr \ prefix=/usr \ install |