From 577266ce6784d37e769a312e759f3516c1e8de06 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Fri, 3 Jan 2020 02:31:29 -0500 Subject: libraries/qwt-qt5: Fixed PRGNAM in build script. Signed-off-by: B. Watson Signed-off-by: Robby Workman --- libraries/qwt-qt5/qwt-qt5.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libraries') diff --git a/libraries/qwt-qt5/qwt-qt5.SlackBuild b/libraries/qwt-qt5/qwt-qt5.SlackBuild index 6944063caa..b3c360556e 100644 --- a/libraries/qwt-qt5/qwt-qt5.SlackBuild +++ b/libraries/qwt-qt5/qwt-qt5.SlackBuild @@ -23,12 +23,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=qwt -PRGNAM=$SRCNAM-qt5 +PRGNAM=qwt-qt5 VERSION=${VERSION:-6.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=qwt + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; -- cgit v1.2.3