[higan] 09/16: Update create_config.patch to use Path::config() instead of configpath().

Tobias Hansen thansen at moszumanska.debian.org
Tue Feb 14 00:01:12 UTC 2017


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 <thansen at debian.org>
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 <thansen at debian.org>
  
  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



More information about the Pkg-games-commits mailing list