| Submitter | Herton Ronaldo Krzesinski |
|---|---|
| Date | Feb. 1, 2013, 7:52 p.m. |
| Message ID | <20130201195239.GA3322@herton-Z68MA-D2H-B3> |
| Download | mbox | patch |
| Permalink | /patch/217568/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index 07584ad..3600fe1 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -219,6 +219,8 @@ endif # We'll symlink this stuff rm -f $(hdrdir)/Makefile rm -rf $(hdrdir)/include2 + # Remove bogus source symlink + rm -f $(hdrdir)/source # Copy over the compilation version. cp "$(builddir)/build-$*/include/generated/compile.h" \ "$(hdrdir)/include/generated/compile.h"