Skip to content

Commit b28e173

Browse files
Create rules
1 parent e9a3e6b commit b28e173

File tree

1 file changed

+8
-0
lines changed
  • src/preload/gcov_preload/debian

1 file changed

+8
-0
lines changed

src/preload/gcov_preload/debian/rules

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)