This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository higan.

commit b555fb9ae3ac6778686fa89287aca7bd775c373a
Author: Tobias Hansen <[email protected]>
Date:   Mon Feb 13 22:13:25 2017 +0000

    Update create_config.patch to use Path::config() instead of configpath().
---
 debian/patches/create_config.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/create_config.patch 
b/debian/patches/create_config.patch
index 8491bdd..1c096fb 100644
--- a/debian/patches/create_config.patch
+++ b/debian/patches/create_config.patch
@@ -11,6 +11,6 @@ Author: Tobias Hansen <[email protected]>
  
  auto Settings::quit() -> void {
 -  file::write(locate("settings.bml"), BML::serialize(*this));
-+  directory::create({configpath(), "higan/"});
-+  file::write({configpath(), "higan/", "settings.bml"}, 
BML::serialize(*this));
++  directory::create({Path::config(), "higan/"});
++  file::write({Path::config(), "higan/", "settings.bml"}, 
BML::serialize(*this));
  }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/higan.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to