makedeb


chadwm-git 1b5198262022.04.14-5


making dwm as beautiful as possible

Click here to go back to the commit logs for chadwm-git.

Commit:


Hash: 5661a64277d4f55779e6ac190508ab91bc828a79

Message: fixed desktop file

Diff


diff --git a/PKGBUILD b/PKGBUILD
index ae20e45..0e577d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,5 +40,5 @@ package() {
   install -Dm755 "${srcdir}/${_pkgname}/.dwm/layoutmenu.sh" "${pkgdir}/usr/local/bin/layoutmenu.sh"
   install -d "${pkgdir}/usr/share/xsessions"
   touch "${pkgdir}/usr/share/xsessions/dwm.desktop"
-  echo -e "[Desktop Entry]\nName=dwm\nComment=suckless build of dwm by siduck76\nExec=/usr/bin/dwm-autostart\nType=Application" > "${pkgdir}/usr/share/xsessions/dwm.desktop"
+  echo -e "[Desktop Entry]\nName=dwm\nComment=suckless build of dwm by siduck76\nExec=/usr/local/bin/dwm-autostart\nType=Application" > "${pkgdir}/usr/share/xsessions/dwm.desktop"
 }