diff options
author | jsorg71 <jsorg71> | 2007-09-21 21:36:43 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-09-21 21:36:43 +0000 |
commit | 197854dcf40f8ac27421da6f4cbc683454c50ba9 (patch) | |
tree | 03658a657e1c6bad301aca1d607a88e7dc48a400 /xrdp/Makefile | |
parent | 7a7b0c53fafc6a856ab496f7a2e1376a918cd113 (diff) | |
download | xrdp-proprietary-197854dcf40f8ac27421da6f4cbc683454c50ba9.tar.gz xrdp-proprietary-197854dcf40f8ac27421da6f4cbc683454c50ba9.zip |
removed Tahoma font
Diffstat (limited to 'xrdp/Makefile')
-rw-r--r-- | xrdp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/Makefile b/xrdp/Makefile index e60a2b31..5b002d6b 100644 --- a/xrdp/Makefile +++ b/xrdp/Makefile @@ -35,7 +35,7 @@ install: install xrdp256.bmp $(DESTDIR)/xrdp256.bmp install cursor0.cur $(DESTDIR)/cursor0.cur install cursor1.cur $(DESTDIR)/cursor1.cur - install Tahoma-10.fv1 $(DESTDIR)/Tahoma-10.fv1 + install sans-10.fv1 $(DESTDIR)/sans-10.fv1 install xrdp.ini $(CFGDIR)/xrdp.ini install rsakeys.ini $(CFGDIR)/rsakeys.ini install xrdp $(DESTDIR)/xrdp @@ -45,7 +45,7 @@ installdeb: install xrdp256.bmp $(DESTDIRDEB)/usr/lib/xrdp/xrdp256.bmp install cursor0.cur $(DESTDIRDEB)/usr/lib/xrdp/cursor0.cur install cursor1.cur $(DESTDIRDEB)/usr/lib/xrdp/cursor1.cur - install Tahoma-10.fv1 $(DESTDIRDEB)/usr/lib/xrdp/Tahoma-10.fv1 + install sans-10.fv1 $(DESTDIRDEB)/usr/lib/xrdp/sans-10.fv1 install xrdp.ini $(DESTDIRDEB)/etc/xrdp/xrdp.ini install rsakeys.ini $(DESTDIRDEB)/etc/xrdp/rsakeys.ini install xrdp $(DESTDIRDEB)/usr/lib/xrdp/xrdp |