From 86a855f7f5ad805db2ad51354a374faf7d018ba0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 30 Apr 2016 08:16:45 +0200 Subject: [PATCH] pastebinit: fix config dir --- srcpkgs/pastebinit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pastebinit/template b/srcpkgs/pastebinit/template index e3598f52af6..611fa220b73 100644 --- a/srcpkgs/pastebinit/template +++ b/srcpkgs/pastebinit/template @@ -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 }