diff options
Diffstat (limited to 'xrdp')
-rw-r--r-- | xrdp/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index cb82b990..32dd4122 100644 --- a/xrdp/Makefile.am +++ b/xrdp/Makefile.am @@ -36,3 +36,7 @@ pkgdata_DATA = \ sans-10.fv1 \ cursor0.cur \ cursor1.cur + +# must be tab below +install-data-hook: + chmod 600 $(DESTDIR)$(sysconfdir)/xrdp/rsakeys.ini |