1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-15 02:02:08 -04:00

core/dankinstall: more deb fixes

This commit is contained in:
bbedward
2025-11-14 12:22:13 -05:00
parent e1e2650d2b
commit b0ed007751
2 changed files with 2 additions and 1 deletions

View File

@@ -502,6 +502,7 @@ func (m *ManualPackageInstaller) installHyprpicker(ctx context.Context, sudoPass
"--no-warn-unused-cli",
"-DCMAKE_BUILD_TYPE:STRING=Release",
"-DCMAKE_INSTALL_PREFIX:PATH=/usr",
"-DBUILD_TESTING=off",
"-S", ".",
"-B", "./build")
configureUtilsCmd.Dir = hyprutilsDir