From 489c81dc88f5eedb9c7db128f55d3128a3b9c301 Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Thu, 19 Feb 2009 00:42:38 -0800 Subject: Fix typo. --- abs/core-testing/libraw1394/PKGBUILD | 2 +- abs/core-testing/libraw1394/libraw1394.install | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abs/core-testing/libraw1394/PKGBUILD b/abs/core-testing/libraw1394/PKGBUILD index 9d169a8..b1065fd 100644 --- a/abs/core-testing/libraw1394/PKGBUILD +++ b/abs/core-testing/libraw1394/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libraw1394 pkgver=2.0.2 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('LGPL') pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver" diff --git a/abs/core-testing/libraw1394/libraw1394.install b/abs/core-testing/libraw1394/libraw1394.install index a51232d..33fb64c 100644 --- a/abs/core-testing/libraw1394/libraw1394.install +++ b/abs/core-testing/libraw1394/libraw1394.install @@ -1,6 +1,6 @@ # arg 1: the new package version post_install() { - ln -s /usr/lib/libraw1392.so.11.0.1 /usr/lib/libraw1392.so.8 + ln -s /usr/lib/libraw1394.so.11.0.1 /usr/lib/libraw1394.so.8 } # arg 1: the new package version # arg 2: the old package version @@ -10,7 +10,7 @@ post_upgrade() { # arg 1: the old package version post_remove() { - rm -fr /usr/lib/libraw1392.so.8 + rm -fr /usr/lib/libraw1394.so.8 } op=$1 -- cgit v0.12