diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-03 21:47:03 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-03 21:47:03 (GMT) |
commit | 6d843d873e5c36d7e61b0e2613ca1371ce6e9e12 (patch) | |
tree | 9c35b73b75d71f0228afe11c4550c7b0cd0a6cc3 /abs/extra-testing/miro | |
parent | 2c1a977dae3b9bfd4ef280e770c0de45d45cf27e (diff) | |
download | linhes_pkgbuild-6d843d873e5c36d7e61b0e2613ca1371ce6e9e12.zip linhes_pkgbuild-6d843d873e5c36d7e61b0e2613ca1371ce6e9e12.tar.gz linhes_pkgbuild-6d843d873e5c36d7e61b0e2613ca1371ce6e9e12.tar.bz2 |
Fixed typo in miro.install.
Diffstat (limited to 'abs/extra-testing/miro')
-rw-r--r-- | abs/extra-testing/miro/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/extra-testing/miro/miro.install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/miro/PKGBUILD b/abs/extra-testing/miro/PKGBUILD index b882d51..def9d6e 100644 --- a/abs/extra-testing/miro/PKGBUILD +++ b/abs/extra-testing/miro/PKGBUILD @@ -3,7 +3,7 @@ pkgname=miro pkgver=2.0.4 -pkgrel=3 +pkgrel=4 pkgdesc="The free and open source internet TV platform" arch=('i686' 'x86_64') url="http://www.getmiro.com" diff --git a/abs/extra-testing/miro/miro.install b/abs/extra-testing/miro/miro.install index 9294898..0a7b047 100644 --- a/abs/extra-testing/miro/miro.install +++ b/abs/extra-testing/miro/miro.install @@ -37,7 +37,7 @@ post_install() { } post_upgrade() { - post_instal $1 + post_install $1 } post_remove() { |