mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtterm, dtsession, dtappgather, dtmail: set correct perms on make install
This commit is contained in:
parent
7f4889f348
commit
1aaf63f2a0
4 changed files with 20 additions and 0 deletions
|
|
@ -116,3 +116,9 @@ sys.session: sys.session.src
|
|||
sys.session.ive: sys.session.src
|
||||
$(RM) $@
|
||||
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) -DIVE $< > $@
|
||||
|
||||
|
||||
install-exec-hook:
|
||||
chown root $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtsession
|
||||
chmod 4755 $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtsession
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue