diff options
author | root <root@rshg054.dnsready.net> | 2012-08-23 00:03:08 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-23 00:03:08 +0000 |
commit | c40883520f917311c212dc4a22e86be30cef658f (patch) | |
tree | ef8badd68c32564574e9b9317db1884fdaf98d2f /community/mpdscribble/PKGBUILD | |
parent | 297a042ac9a7bbd2b18a9551f5fa4fe43faf53b2 (diff) |
Thu Aug 23 00:03:08 UTC 2012
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 |