Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Fix folder typo in Makefile and PKGBUILD of the service
Browse files Browse the repository at this point in the history
Signed-off-by: MusiKid <musikid@outlook.com>
  • Loading branch information
saidsay-so committed Sep 25, 2020
1 parent e01b36b commit 48a1431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
install -Dm644 extra/fancy.service "$(UNITSDIR)/fancy.service"
install -Dm644 extra/fancy-sleep.service "$(UNITSDIR)/fancy-sleep.service"
install -Dm644 extra/com.musikid.fancy.conf "$(DBUSDIR)/com.musikid.fancy.conf"
install -Dm644 nbfc_configs/* -t "$(DESTDIR)/etc/fancy/configs"
install -Dm644 nbfc_configs/Configs/* -t "$(DESTDIR)/etc/fancy/configs"

uninstall:
rm "$(BINDIR)/fancyd"
Expand Down
2 changes: 1 addition & 1 deletion service/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ package() {
install -Dm644 extra/fancy.service "${pkgdir}/usr/lib/systemd/system/fancy.service"
install -Dm644 extra/fancy-sleep.service "${pkgdir}/usr/lib/systemd/system/fancy-sleep.service"
install -Dm644 extra/com.musikid.fancy.conf "${pkgdir}/etc/dbus-1/system.d/com.musikid.fancy.conf"
install -Dm644 nbfc_configs/* -t "${pkgdir}/etc/fancy/configs"
install -Dm644 nbfc_configs/Configs/* -t "${pkgdir}/etc/fancy/configs"
}

0 comments on commit 48a1431

Please sign in to comment.