mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
we changed the prefix... there too
This commit is contained in:
parent
c01ad2bfcf
commit
a6ac90215b
2 changed files with 5 additions and 5 deletions
|
@ -50,6 +50,6 @@ package() {
|
||||||
gmake install DESTDIR=$pkgdir PREFIX=/usr
|
gmake install DESTDIR=$pkgdir PREFIX=/usr
|
||||||
msg "Compiling done."
|
msg "Compiling done."
|
||||||
|
|
||||||
install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc
|
install -dm755 ${pkgdir}/usr/share/licenses/gmqcc
|
||||||
install -m644 LICENSE ${pkgdir}/usr/local/share/licenses/gmqcc/LICENSE
|
install -m644 LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,9 +30,9 @@ 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/share/licenses/gmqcc
|
||||||
install -m644 LICENSE ${pkgdir}/usr/local/share/licenses/gmqcc/LICENSE
|
install -m644 LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue