]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
fixing an install cmd in bsd-release/PKGBUILD
authorWolfgang Bumiller <blub@speed.at>
Sun, 27 Jan 2013 12:12:04 +0000 (13:12 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sun, 27 Jan 2013 12:12:04 +0000 (13:12 +0100)
distro/arch/bsd-release/PKGBUILD

index 91585c12ebfa705c4557c1c7cd7e39a7e44205f1..8c449c6a8a53969d791d5442892b931f9fc2b61a 100644 (file)
@@ -33,6 +33,6 @@ package() {
        gmake install DESTDIR=$pkgdir PREFIX=/usr/local MANDIR=/usr/local/man
        msg "Compiling done."
 
-       install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc/LICENSE
+       install -dm755 ${pkgdir}/usr/local/share/licenses/gmqcc
        install -m644 LICENSE ${pkgdir}/usr/local/share/licenses/gmqcc/LICENSE
 }