mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41: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
|
||||
msg "Compiling done."
|
||||
|
||||
install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc
|
||||
install -m644 LICENSE ${pkgdir}/usr/local/share/licenses/gmqcc/LICENSE
|
||||
install -dm755 ${pkgdir}/usr/share/licenses/gmqcc
|
||||
install -m644 LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE
|
||||
}
|
||||
|
|
|
@ -30,9 +30,9 @@ 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
|
||||
install -m644 LICENSE ${pkgdir}/usr/local/share/licenses/gmqcc/LICENSE
|
||||
install -dm755 ${pkgdir}/usr/share/licenses/gmqcc
|
||||
install -m644 LICENSE ${pkgdir}/usr/share/licenses/gmqcc/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue