[SCM] Debian packaging of Pinto CPAN distribution branch, master, updated. 51c2142cafbe52e41aba69aa6ba40a98e08a1903
Oleg Gashev
oleg at gashev.net
Wed Jun 5 19:19:55 UTC 2013
The following commit has been merged in the master branch:
commit e6ba3c016e696c74089665a8e84cc927656b180f
Author: Oleg Gashev <oleg at gashev.net>
Date: Wed Jun 5 19:15:15 2013 +0000
Added to postint copy new repository content to /var/pinto folder.
diff --git a/debian/pinto.postinst b/debian/pinto.postinst
index 9d4361d..418fd2e 100644
--- a/debian/pinto.postinst
+++ b/debian/pinto.postinst
@@ -12,9 +12,7 @@ if [ "$1" = configure ]; then
adduser --system --home /var/pinto --no-create-home \
--disabled-password --ingroup pinto pinto
- mkdir -p /var/pinto
- chown root:pinto /var/pinto
- chmod 0775 /var/pinto
+ cp -r /usr/share/pinto/new-repository /var/pinto
mkdir -p /var/run/pinto
chown root:pinto /var/run/pinto
--
Debian packaging of Pinto CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list