From 2f2bd0cf63a99937dac085c7a6965fec0b2e9b0e Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 11 Oct 2019 19:32:29 +0300 Subject: [PATCH] CLion: update to 2019.2.4. --- srcpkgs/CLion/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/CLion/template b/srcpkgs/CLion/template index 686b7a88a70..aa34774c3bc 100644 --- a/srcpkgs/CLion/template +++ b/srcpkgs/CLion/template @@ -1,6 +1,6 @@ # Template file for 'CLion' pkgname=CLion -version=2019.2 +version=2019.2.4 revision=1 archs="i686 x86_64" wrksrc="clion-${version}" @@ -10,7 +10,7 @@ maintainer="Anton Afanasyev " license="custom:Commercial" homepage="https://www.jetbrains.com/clion" distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz" -checksum=e2d453264c2fb6dcc58e976fd5660157afd62ba5c0ee64f829407c772f7e1dcf +checksum=2d3b1820eef6d60aab4b9a12c7357280de6606f72cdc1c72d6449e3676f23030 repository=nonfree restricted=yes nopie=yes @@ -44,14 +44,14 @@ post_extract() { do_install() { TARGET_PATH="usr/lib/${pkgname}" - LICENSE_PATH="usr/share/licenses/${pkgname}" vmkdir usr/bin vmkdir ${TARGET_PATH} - vmkdir ${LICENSE_PATH} - # Ideally vlicense should be called here, but vcopy is more terse. - vcopy license/* ${LICENSE_PATH} + local i + for i in license/* ; do + vlicense $i + done vcopy bin ${TARGET_PATH} vcopy help ${TARGET_PATH}