22 lines
744 B
Diff
22 lines
744 B
Diff
|
Submitted By: Mario Fetka (mario dot fetka at gmail dot com)
|
||
|
Date: 2017-05-05
|
||
|
Initial Package Version: 0.4.99.94
|
||
|
Origin: me
|
||
|
Upstream Status: unknown
|
||
|
Description: add support for desdir install also on compat
|
||
|
|
||
|
diff -Naur opencbm-0.4.99.94.orig/opencbm/compat/LINUX/Makefile opencbm-0.4.99.94/opencbm/compat/LINUX/Makefile
|
||
|
--- opencbm-0.4.99.94.orig/opencbm/compat/LINUX/Makefile 2017-05-05 13:52:14.110473163 +0000
|
||
|
+++ opencbm-0.4.99.94/opencbm/compat/LINUX/Makefile 2017-05-05 13:49:39.416513289 +0000
|
||
|
@@ -17,8 +17,8 @@
|
||
|
mrproper: clean
|
||
|
|
||
|
install-files:
|
||
|
- install -m 644 $(HDRS) $(INCDIR)
|
||
|
- install -m 644 $(LIBS) $(LIBDIR)
|
||
|
+ install -m 644 $(HDRS) $(DESTDIR)$(INCDIR)
|
||
|
+ install -m 644 $(LIBS) $(DESTDIR)$(LIBDIR)
|
||
|
|
||
|
install: install-files
|
||
|
|