diff options
author | Bob Igo <bob@stormlogic.com> | 2009-08-07 17:41:49 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-08-07 17:41:49 (GMT) |
commit | 40f3c3e25ca943a296220af7be72b583a8ecf3b0 (patch) | |
tree | 3911a9d39a79d97b126dd189b2156f12d893ba98 | |
parent | b1d081edd3cbb7d29f18673ad01ecc427b43e841 (diff) | |
download | linhes_pkgbuild-40f3c3e25ca943a296220af7be72b583a8ecf3b0.zip linhes_pkgbuild-40f3c3e25ca943a296220af7be72b583a8ecf3b0.tar.gz linhes_pkgbuild-40f3c3e25ca943a296220af7be72b583a8ecf3b0.tar.bz2 |
reference to alternate spelling of myt2xvid3's binary was fixed
-rwxr-xr-x | abs/extra-testing/myt2xvid3/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/extra-testing/myt2xvid3/myt2xvid3.install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/myt2xvid3/PKGBUILD b/abs/extra-testing/myt2xvid3/PKGBUILD index dd12733..396b5f0 100755 --- a/abs/extra-testing/myt2xvid3/PKGBUILD +++ b/abs/extra-testing/myt2xvid3/PKGBUILD @@ -1,6 +1,6 @@ pkgname=myt2xvid3 pkgver=0.1 -pkgrel=3 +pkgrel=4 arch=("i686") pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" url="http://www.knoppmythwiki.org/index.php?page=XvidEncoding" diff --git a/abs/extra-testing/myt2xvid3/myt2xvid3.install b/abs/extra-testing/myt2xvid3/myt2xvid3.install index 19d050d..8afb390 100755 --- a/abs/extra-testing/myt2xvid3/myt2xvid3.install +++ b/abs/extra-testing/myt2xvid3/myt2xvid3.install @@ -22,7 +22,7 @@ post_install() { } post_upgrade() { - /usr/bin/myth2xvid -rebuild + /usr/bin/myt2xvid3 -rebuild } post_remove() { |