diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-30 12:20:28 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-30 12:20:28 -0300 |
commit | cbd27aa2c3c49e4d93979e847d8b177a1a4fe324 (patch) | |
tree | 2518fdda7fa59c59e691c6de52f830d58545aed4 /extra/hspell/PKGBUILD | |
parent | c6ead99bc92bd2b6da3e78e9cba5a8a86764de10 (diff) | |
parent | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/flashrom/PKGBUILD
extra/chmlib/PKGBUILD
extra/crypto++/PKGBUILD
extra/dvgrab/PKGBUILD
extra/ebook-tools/PKGBUILD
extra/fping/PKGBUILD
extra/garcon/PKGBUILD
extra/gpart/PKGBUILD
extra/gtk2-perl/PKGBUILD
extra/hd2u/PKGBUILD
extra/hexedit/PKGBUILD
Diffstat (limited to 'extra/hspell/PKGBUILD')
-rw-r--r-- | extra/hspell/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/hspell/PKGBUILD b/extra/hspell/PKGBUILD index 43326029e..7c7ae15e0 100644 --- a/extra/hspell/PKGBUILD +++ b/extra/hspell/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 109025 2011-02-05 13:53:55Z andyrtr $ +# $Id: PKGBUILD 143756 2011-11-28 20:54:27Z andyrtr $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgbase=hspell @@ -41,7 +41,7 @@ package_hunspell-he() { pkgdesc="Hebrew hunspell dictionary" - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgbase}-${pkgver}" install -dm755 ${pkgdir}/usr/share/hunspell cp -p hunspell/new_he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic |