diff --git a/service/Makefile b/service/Makefile index c1c09ab..25d73cc 100644 --- a/service/Makefile +++ b/service/Makefile @@ -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" diff --git a/service/PKGBUILD b/service/PKGBUILD index 2466bee..c3213ef 100644 --- a/service/PKGBUILD +++ b/service/PKGBUILD @@ -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" }