[DRE-commits] [diaspora-installer] 02/04: fix path for diaspora.yml
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Mar 20 14:23:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora-installer.
commit 95e509f23cd451523bee4b1cceead087757198d6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Mar 20 18:50:27 2017 +0530
fix path for diaspora.yml
---
debian/preinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/preinst b/debian/preinst
index 06bf16b..a3dbe9f 100755
--- a/debian/preinst
+++ b/debian/preinst
@@ -2,7 +2,7 @@
set -e
diaspora_home=/usr/share/diaspora
-diaspora_symlinks_list="Gemfile.lock log tmp app/assets bin/bundle vendor/bundle db/schema.rb config/database.yml config/diaspora/yml"
+diaspora_symlinks_list="Gemfile.lock log tmp app/assets bin/bundle vendor/bundle db/schema.rb config/database.yml config/diaspora.yml"
# Fix bin symlink set by earlier versions
if test -L ${diaspora_home}/bin
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git
More information about the Pkg-ruby-extras-commits
mailing list