]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
PKGBUILD: install custom license file.
authormatthiaskrgr <matthias.krueger@famsik.de>
Wed, 26 Dec 2012 19:07:51 +0000 (20:07 +0100)
committermatthiaskrgr <matthias.krueger@famsik.de>
Wed, 26 Dec 2012 19:07:51 +0000 (20:07 +0100)
distro/arch/git/PKGBUILD

index 3f4130f1e14d35d36eaffdc004f4b7a5dd664187..fbde6ac7daa8c2c93789e1e32f77b4d62142557c 100644 (file)
@@ -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
 }