We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a3e6b commit b28e173Copy full SHA for b28e173
src/preload/gcov_preload/debian/rules
@@ -0,0 +1,8 @@
1
+#!/usr/bin/make -f
2
+
3
+%:
4
+ dh $@
5
6
+override_dh_auto_install:
7
+ dh_auto_install -- LIBRARY_PATH="lib/" \
8
+ PREFIX=/usr
0 commit comments