mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
fixing an install cmd in bsd-release/PKGBUILD
This commit is contained in:
parent
3518646ad7
commit
95e8140555
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ package() {
|
|||
gmake install DESTDIR=$pkgdir PREFIX=/usr/local MANDIR=/usr/local/man
|
||||
msg "Compiling done."
|
||||
|
||||
install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc/LICENSE
|
||||
install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc
|
||||
install -m644 LICENSE ${pkgdir}/usr/local/share/licenses/gmqcc/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue