we changed the prefix...

This commit is contained in:
Wolfgang Bumiller 2013-04-02 23:39:42 +02:00
parent 50e8618b64
commit c01ad2bfcf

View file

@ -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