# HG changeset patch # User Dominique Corbex # Date 1361126722 -3600 # Node ID 265504ab5023a4f88df7638495b8332149bde57c # Parent 6d82665228b2f6723d8a42c65dde7a8d5e4aceb7 libtheora: small typo in SHORT DESC diff -r 6d82665228b2 -r 265504ab5023 libtheora/receipt --- a/libtheora/receipt Sun Feb 17 19:44:20 2013 +0100 +++ b/libtheora/receipt Sun Feb 17 19:45:22 2013 +0100 @@ -3,7 +3,7 @@ PACKAGE="libtheora" VERSION="1.1.1" CATEGORY="multimedia" -SHORT_DESC="Thera video codec and tools." +SHORT_DESC="Theora video codec and tools." MAINTAINER="pankso@slitaz.org" DEPENDS="libogg libvorbis" BUILD_DEPENDS="libogg-dev libvorbis-dev" @@ -27,6 +27,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/libtheora.so* $fs/usr/lib + cp -a $install/usr/lib/libtheora.so* $fs/usr/lib }