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}