mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-19 06:40:49 +00:00
we changed the prefix...
This commit is contained in:
parent
50e8618b64
commit
c01ad2bfcf
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ check() {
|
|||
package() {
|
||||
cd "$srcdir"/"$_gitname"
|
||||
msg "Compiling and installing to pkgdir this time..."
|
||||
gmake install DESTDIR=$pkgdir PREFIX=/usr/local MANDIR=/usr/local/man
|
||||
gmake install DESTDIR=$pkgdir PREFIX=/usr
|
||||
msg "Compiling done."
|
||||
|
||||
install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc
|
||||
|
|
Loading…
Reference in a new issue