diff options
Diffstat (limited to 'community/mpdscribble/PKGBUILD')
-rw-r--r-- | community/mpdscribble/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mpdscribble/PKGBUILD b/community/mpdscribble/PKGBUILD index a6f4aa032..75a653a32 100644 --- a/community/mpdscribble/PKGBUILD +++ b/community/mpdscribble/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74713 2012-08-02 09:37:39Z bpiotrowski $ +# $Id: PKGBUILD 75389 2012-08-21 18:46:41Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowwski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: evr <evanroman at gmail> @@ -6,7 +6,7 @@ pkgname=mpdscribble pkgver=0.22 -pkgrel=4 +pkgrel=5 pkgdesc='An mpd client which submits track info to last.fm' url='http://mpd.wikia.com/wiki/Client:Mpdscribble' arch=('i686' 'x86_64') @@ -38,7 +38,7 @@ package() { install -D "${srcdir}"/rc.d \ "${pkgdir}"/etc/rc.d/mpdscribble - install -D "${srcdir}"/service \ + install -Dm644 "${srcdir}"/service \ "${pkgdir}"/usr/lib/systemd/system/mpdscribble.service # default config is really an example |