diff options
author | jsorg71 <jsorg71> | 2008-08-17 23:08:17 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-17 23:08:17 +0000 |
commit | f1ebdf189e36a59afc14cd58b05f2fa2dc57d9b5 (patch) | |
tree | 5e6a2c0f2d83e59160259dc4c1c969748e55dc4d /sesman/Makefile.am | |
parent | a7b624056ff8c08a9c2267a842ccf1c0fa9cfab2 (diff) | |
download | xrdp-proprietary-f1ebdf189e36a59afc14cd58b05f2fa2dc57d9b5.tar.gz xrdp-proprietary-f1ebdf189e36a59afc14cd58b05f2fa2dc57d9b5.zip |
added post install hook
Diffstat (limited to 'sesman/Makefile.am')
-rw-r--r-- | sesman/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/Makefile.am b/sesman/Makefile.am index 5d29643e..22736e61 100644 --- a/sesman/Makefile.am +++ b/sesman/Makefile.am @@ -58,3 +58,7 @@ sesmansysconf_DATA = \ SUBDIRS = \ libscp \ tools + +# must be tab below +install-data-hook: + chmod 755 $(DESTDIR)$(sysconfdir)/xrdp/startwm.sh |