Skip to content

Commit c879c18

Browse files
author
Regolith Linux
committed
fix: update build files for changed service file location
1 parent 647b2f3 commit c879c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install:
4141
$(INSTALL_PROGRAM) "./target/release/$(BIN_C)" "$(bindir)/$(BIN_C)"
4242
$(INSTALL_PROGRAM) "./target/release/$(BIN_D)" "$(bindir)/$(BIN_D)"
4343
$(INSTALL_PROGRAM) "./target/release/$(BIN_DB)" "$(bindir)/$(BIN_DB)"
44-
$(INSTALL_DATA) "./$(BIN_D).service" "$(libdir)/systemd/user/$(BIN_D).service"
44+
$(INSTALL_DATA) "./trawld/$(BIN_D).service" "$(libdir)/systemd/user/$(BIN_D).service"
4545

4646

4747
uninstall:

debian/trawld.install

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
usr/bin/trawld
2-
trawld.service usr/lib/systemd/user/
2+
trawld/trawld.service usr/lib/systemd/user/

0 commit comments

Comments
 (0)