mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 16:45:59 +01:00
hyprpm: fix updating headers
oopsie daisy
This commit is contained in:
parent
95a5e75c26
commit
d20ee31210
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ bool CPluginManager::updateHeaders(bool force) {
|
||||||
progress.print();
|
progress.print();
|
||||||
|
|
||||||
std::string cmd =
|
std::string cmd =
|
||||||
std::format("sed -i -e \"s#PREFIX = /usr/local#PREFIX = {}#\" {}/Makefile && cd {} && make installheaders", WORKINGDIR, WORKINGDIR, DataState::getHeadersPath());
|
std::format("sed -i -e \"s#PREFIX = /usr/local#PREFIX = {}#\" {}/Makefile && cd {} && make installheaders", DataState::getHeadersPath(), WORKINGDIR, WORKINGDIR);
|
||||||
if (m_bVerbose)
|
if (m_bVerbose)
|
||||||
progress.printMessageAbove(std::string{Colors::BLUE} + "[v] " + Colors::RESET + "installation will run: " + cmd);
|
progress.printMessageAbove(std::string{Colors::BLUE} + "[v] " + Colors::RESET + "installation will run: " + cmd);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue