summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-sounds/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/linhes-sounds/PKGBUILD')
-rw-r--r--abs/core-testing/linhes-sounds/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/linhes-sounds/PKGBUILD b/abs/core-testing/linhes-sounds/PKGBUILD
index f33c0d2..ccaa527 100644
--- a/abs/core-testing/linhes-sounds/PKGBUILD
+++ b/abs/core-testing/linhes-sounds/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=linhes-sounds
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="Sounds used in backing up and restoring."
arch=('i686' 'x86_64')
license=('GPL2')
url="http://linhes.org/"
build() {
- cd $startdir/src/
+ cd $startdir/sounds/
mkdir -p $startdir/pkg/usr/share/sounds
cp -a *.wav $startdir/pkg/usr/share/sounds
}