diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-15 00:08:57 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-15 00:08:57 (GMT) |
commit | 6c4901889a457474ca21927e352060bc48382482 (patch) | |
tree | fa2dbbee746d18e2e5b7d2f5ef8c7704103dcc17 /abs/core-testing/linhes-sounds/PKGBUILD | |
parent | c639fb92a07cea0d6aa7ebf21a67ad813f8eefcb (diff) | |
download | linhes_pkgbuild-6c4901889a457474ca21927e352060bc48382482.zip linhes_pkgbuild-6c4901889a457474ca21927e352060bc48382482.tar.gz linhes_pkgbuild-6c4901889a457474ca21927e352060bc48382482.tar.bz2 |
linhes-sounds: rename src to sounds
Diffstat (limited to 'abs/core-testing/linhes-sounds/PKGBUILD')
-rw-r--r-- | abs/core-testing/linhes-sounds/PKGBUILD | 4 |
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 } |