]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - distro/archbsd/git/PKGBUILD
we changed the prefix... there too
[xonotic/gmqcc.git] / distro / archbsd / git / PKGBUILD
index 36fb64f9eb5de7bdf223935e86746e73e1cd78f7..006c8d082aab3e8d86171cd9500e25c9adb6a70d 100644 (file)
@@ -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
 }