[arch-commits] Commit in alsa-plugins/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Nov 26 03:35:33 UTC 2010


    Date: Thursday, November 25, 2010 @ 22:35:33
  Author: heftig
Revision: 100871

Add quotes

Modified:
  alsa-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-26 03:29:36 UTC (rev 100870)
+++ PKGBUILD	2010-11-26 03:35:33 UTC (rev 100871)
@@ -18,7 +18,7 @@
             'libsamplerate: libsamplerate resampling plugin'
             'speex: libspeexdsp resampling plugin')
 options=('!libtool')
-source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2"
         Fix_invalid_buffer_pointer_return_value.patch
         Add_handle_underrun_option.patch)
 md5sums=('a671f8102366c5b388133e948e1c85cb'
@@ -38,5 +38,5 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR=$pkgdir install
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list