X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=debian%2Frules;h=e6f15b4645912d80bd6ac1bcb9167149f90abc08;hb=739eecfbeffc911e700660864ff1d7f05c6283d0;hp=ea893a06902bb6f5b80012bf2d4ca661c87fb1a6;hpb=271789888cd1ae6361607616f9f4e6e460e192c4;p=senf.git diff --git a/debian/rules b/debian/rules index ea893a0..e6f15b4 100755 --- a/debian/rules +++ b/debian/rules @@ -68,7 +68,8 @@ install: build # # Add here commands to install the package into debian/tmp scons install_all final=1\ PREFIX='$(destdir)/usr' \ - DOCINSTALLDIR='$$PREFIX/share/doc/libsenf-doc' + DOCINSTALLDIR='$$PREFIX/share/doc/libsenf-doc' \ + INCLUDEINSTALLDIR='$$PREFIX/include/senf' # We need to install the example sourcecode find Examples \( -name "*.hh" -o -name "*.cc" \) -printf "%P\n" | \ while read src; do \