git » librespot.git » commit 7b13ea2

Fix commented user service path filename

author Philip Goto
2021-06-21 17:19:08 UTC
committer Philip Goto
2021-06-21 17:19:08 UTC
parent 5fcb7c7c5c2bd3fc26caa9b26b01bfc18464e498

Fix commented user service path filename

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 8341b9e..0484272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,6 @@ package() {
 	cd "${pkgname}-${pkgver}"
 	cargo install --no-track --locked --all-features --root "${pkgdir}/usr/" --path .
 	install -Dm644 contrib/librespot.service ${pkgdir}/usr/lib/systemd/system/librespot.service
-	# install -Dm644 contrib/librespot.user.service ${pkgdir}/usr/lib/systemd/user/librespot.user.service
+	# install -Dm644 contrib/librespot.user.service ${pkgdir}/usr/lib/systemd/user/librespot.service
 	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }