Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
need to move old license dir out of the way
Browse files Browse the repository at this point in the history
  • Loading branch information
greyltc committed Nov 26, 2017
1 parent c51914b commit 1942fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Tue Nov 14 22:49:41 UTC 2017
# Sun Nov 26 23:53:12 UTC 2017
pkgbase = matlab
pkgdesc = A high-level language for numerical computation and visualization
pkgver = 9.3.0.713579
pkgrel = 1
pkgrel = 2
url = http://www.mathworks.com
arch = x86_64
license = custom
Expand Down
3 changes: 2 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

pkgname=matlab
pkgver=9.3.0.713579
pkgrel=1
pkgrel=2
pkgdesc='A high-level language for numerical computation and visualization'
arch=('x86_64')
url='http://www.mathworks.com'
Expand Down Expand Up @@ -77,6 +77,7 @@ package() {
install -D -m644 "${pkgdir}/opt/tmw/${pkgname}/license_agreement.txt" "${pkgdir}/usr/share/licenses/tmw/${pkgname}/LICENSE"

msg2 'Creating links for license.dat'
mv "${pkgdir}/opt/tmw/${pkgname}/licenses" "${pkgdir}/opt/tmw/${pkgname}/licenses.bak"
ln -s "/etc/tmw/${pkgname}/licenses/" "${pkgdir}/opt/tmw/${pkgname}/licenses"

msg2 'Creating links for executables'
Expand Down

0 comments on commit 1942fe9

Please sign in to comment.