mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 20:22:53 +00:00
fix: use correct binary path after build
The Makefile builds to ./pulse not bin/pulse. Updated the install script to copy from the correct location.
This commit is contained in:
+2
-2
@@ -1816,8 +1816,8 @@ main() {
|
||||
create_user
|
||||
setup_directories
|
||||
|
||||
# Copy the built binary
|
||||
cp bin/pulse "$INSTALL_DIR/bin/pulse"
|
||||
# Copy the built binary (Makefile builds to ./pulse not bin/pulse)
|
||||
cp pulse "$INSTALL_DIR/bin/pulse"
|
||||
chmod +x "$INSTALL_DIR/bin/pulse"
|
||||
chown pulse:pulse "$INSTALL_DIR/bin/pulse"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user