From: matthiaskrgr Date: Wed, 26 Dec 2012 19:07:51 +0000 (+0100) Subject: PKGBUILD: install custom license file. X-Git-Tag: before-library~483^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9bf6b2e1bda9bb97ce730da073359b1c38e45531;p=xonotic%2Fgmqcc.git PKGBUILD: install custom license file. --- diff --git a/distro/arch/git/PKGBUILD b/distro/arch/git/PKGBUILD index 3f4130f..fbde6ac 100644 --- a/distro/arch/git/PKGBUILD +++ b/distro/arch/git/PKGBUILD @@ -43,4 +43,6 @@ package() { msg "Compiling and installing to pkgdir this time..." make install DESTDIR=$pkgdir PREFIX=/usr msg "Compiling done." + + install -D LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE }