Skip to content

Commit

Permalink
chore: systemd文件调整,makefile去掉冗余的安装
Browse files Browse the repository at this point in the history
systemd文件调整,makefile去掉冗余的安装
  • Loading branch information
fuleyi committed Sep 9, 2024
1 parent 6e3a375 commit c153451
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,18 +178,12 @@ install: build install-dde-data install-icons
cp -r misc/dde-daemon/* ${DESTDIR}${PREFIX}/share/dde-daemon/
cp -r misc/usr/share/deepin ${DESTDIR}${PREFIX}/share/

mkdir -pv ${DESTDIR}/lib/systemd/user/
cp -f misc/systemd/services/user/* ${DESTDIR}/lib/systemd/user/

mkdir -pv ${DESTDIR}/lib/systemd/system/
cp -f misc/systemd/services/system/* ${DESTDIR}/lib/systemd/system/

mkdir -p $(DESTDIR)$(PREFIX)/lib/systemd/user/dde-session-initialized.target.wants/
ln -s $(PREFIX)/lib/systemd/user/org.dde.session.Daemon1.service $(DESTDIR)$(PREFIX)/lib/systemd/user/dde-session-initialized.target.wants/org.dde.session.Daemon1.service

mkdir -pv ${DESTDIR}/lib/systemd/system/
cp -f misc/systemd/system-services/* ${DESTDIR}/lib/systemd/system/

mkdir -pv ${DESTDIR}/etc/pam.d/
cp -f misc/etc/pam.d/* ${DESTDIR}/etc/pam.d/

Expand Down
25 changes: 0 additions & 25 deletions misc/systemd/system-services/deepin-accounts1-daemon.service

This file was deleted.

0 comments on commit c153451

Please sign in to comment.