diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-19 08:42:38 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-19 08:42:38 (GMT) |
commit | 489c81dc88f5eedb9c7db128f55d3128a3b9c301 (patch) | |
tree | e9b7b3e79db6c37a9f54e50ee45eefc6630bbb59 /abs | |
parent | a161e177385ed48565736c46276f703ca8df231b (diff) | |
download | linhes_pkgbuild-489c81dc88f5eedb9c7db128f55d3128a3b9c301.zip linhes_pkgbuild-489c81dc88f5eedb9c7db128f55d3128a3b9c301.tar.gz linhes_pkgbuild-489c81dc88f5eedb9c7db128f55d3128a3b9c301.tar.bz2 |
Fix typo.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/libraw1394/PKGBUILD | 2 | ||||
-rw-r--r-- | 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 |