summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libxrdp/Makefile2
-rw-r--r--rdp/Makefile2
-rw-r--r--vnc/Makefile2
-rw-r--r--xrdp/Makefile12
-rw-r--r--xup/Makefile2
5 files changed, 10 insertions, 10 deletions
diff --git a/libxrdp/Makefile b/libxrdp/Makefile
index 6986766d..4ee8b83a 100644
--- a/libxrdp/Makefile
+++ b/libxrdp/Makefile
@@ -38,7 +38,7 @@ install:
install libxrdp.so $(DESTDIR)/libxrdp.so
installdeb:
- install libxrdp.so $(DESTDIRDEB)/usr/xrdp/libxrdp.so
+ install libxrdp.so $(DESTDIRDEB)/usr/lib/xrdp/libxrdp.so
file.o: ../common/file.c
$(CC) $(C_OS_FLAGS) ../common/file.c
diff --git a/rdp/Makefile b/rdp/Makefile
index cfcf173b..28993576 100644
--- a/rdp/Makefile
+++ b/rdp/Makefile
@@ -36,4 +36,4 @@ install:
install librdp.so $(DESTDIR)/librdp.so
installdeb:
- install librdp.so $(DESTDIRDEB)/usr/xrdp/librdp.so
+ install librdp.so $(DESTDIRDEB)/usr/lib/xrdp/librdp.so
diff --git a/vnc/Makefile b/vnc/Makefile
index d32ea488..cff86210 100644
--- a/vnc/Makefile
+++ b/vnc/Makefile
@@ -33,4 +33,4 @@ install:
install libvnc.so $(DESTDIR)/libvnc.so
installdeb:
- install libvnc.so $(DESTDIRDEB)/usr/xrdp/libvnc.so
+ install libvnc.so $(DESTDIRDEB)/usr/lib/xrdp/libvnc.so
diff --git a/xrdp/Makefile b/xrdp/Makefile
index 8829c375..35c8cf5b 100644
--- a/xrdp/Makefile
+++ b/xrdp/Makefile
@@ -41,14 +41,14 @@ install:
install xrdp $(DESTDIR)/xrdp
installdeb:
- install ad256.bmp $(DESTDIRDEB)/usr/xrdp/ad256.bmp
- install xrdp256.bmp $(DESTDIRDEB)/usr/xrdp/xrdp256.bmp
- install cursor0.cur $(DESTDIRDEB)/usr/xrdp/cursor0.cur
- install cursor1.cur $(DESTDIRDEB)/usr/xrdp/cursor1.cur
- install Tahoma-10.fv1 $(DESTDIRDEB)/usr/xrdp/Tahoma-10.fv1
+ install ad256.bmp $(DESTDIRDEB)/usr/lib/xrdp/ad256.bmp
+ 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 xrdp.ini $(DESTDIRDEB)/etc/xrdp/xrdp.ini
install rsakeys.ini $(DESTDIRDEB)/etc/xrdp/rsakeys.ini
- install xrdp $(DESTDIRDEB)/usr/xrdp/xrdp
+ install xrdp $(DESTDIRDEB)/usr/lib/xrdp/xrdp
list.o: ../common/list.c
$(CC) $(C_OS_FLAGS) ../common/list.c
diff --git a/xup/Makefile b/xup/Makefile
index b73f0a36..27ab35c0 100644
--- a/xup/Makefile
+++ b/xup/Makefile
@@ -31,4 +31,4 @@ install:
install libxup.so $(DESTDIR)/libxup.so
installdeb:
- install libxup.so $(DESTDIRDEB)/usr/xrdp/libxup.so
+ install libxup.so $(DESTDIRDEB)/usr/lib/xrdp/libxup.so