mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 12:00:38 +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() {
|
package() {
|
||||||
cd "$srcdir"/"$_gitname"
|
cd "$srcdir"/"$_gitname"
|
||||||
msg "Compiling and installing to pkgdir this time..."
|
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."
|
msg "Compiling done."
|
||||||
|
|
||||||
install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc
|
install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc
|
||||||
|
|
Loading…
Reference in a new issue