mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
10 lines
258 B
Makefile
10 lines
258 B
Makefile
|
|
SUBDIRS = LFSDesktop/app LFSDesktop/helper
|
|
|
|
remake:
|
|
$(shell ./remakesourcelist)
|
|
|
|
install-exec-hook:
|
|
$(shell if [ $$UID = 1000 ];then chown root:root $(DESTDIR)${libexecdir}/LFSDesktop/lfshelper;fi)
|
|
chmod ug+s $(DESTDIR)${libexecdir}/LFSDesktop/lfshelper
|