pastebinit: fix config dir

This commit is contained in:
Michael Gehring 2016-04-30 08:16:45 +02:00
parent 1d9d3eb3ff
commit 86a855f7f5

View file

@ -1,7 +1,7 @@
# Template file for 'pastebinit'
pkgname=pastebinit
version=1.5
revision=1
revision=2
noarch=yes
hostmakedepends="asciidoc"
depends="python3.4"
@ -26,7 +26,7 @@ do_install() {
vman utils/${util}.1
done
vcopy pastebin.d usr/share/pastebint.d/
vcopy pastebin.d usr/share/pastebin.d/
vcopy po/mo usr/share/locale
}