PKGBUILD: install custom license file.

This commit is contained in:
matthiaskrgr 2012-12-26 20:07:51 +01:00
parent c3a867f0c2
commit 9bf6b2e1bd

View 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
}