mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 12:23:23 +00:00
ncmpcpp: Bump revision to fix build issue
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
p.add("ncmpcpp_directory", &ncmpcpp_directory, "~/.ncmpcpp/", adjust_directory);
|
||||
p.add("lyrics_directory", &lyrics_directory, "~/.lyrics/", adjust_directory);
|
||||
- p.add<void>("mpd_host", nullptr, "localhost", [](std::string host) {
|
||||
+ p.add<void>("mpd_host", nullptr, "~/../usr/tmp/mpd.socket", [](std::string host) {
|
||||
+ p.add<void>("mpd_host", nullptr, "@TERMUX_PREFIX@/tmp/mpd.socket", [](std::string host) {
|
||||
expand_home(host);
|
||||
Mpd.SetHostname(host);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user