X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=debian%2Frules;h=3f7357336282a23215e555f29930d8785fb0b3d7;hp=9a26947b6d093c51224487c15f101b81c1db75ae;hb=c5d5f5924f1cc7b0aedc7bfbea8bbe1850d394af;hpb=d851e7d55f99040bdfb6b5e1b799b7d6adad22b2 diff --git a/debian/rules b/debian/rules index 9a26947..3f73573 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,7 @@ install-indep: build-indep dh_install -i # install headers - find . \( -name debian -o -name config.h -o -name snprintf.h \) \ + find . \( -name debian -o -name .pc -o -name config.h -o -name snprintf.h \) \ -prune -o -name '*.h' -exec install -m644 -D {} \ $(INSTDIR_DEV)/usr/include/$(PACKAGE)/{} \; @@ -97,6 +97,7 @@ binary-indep: build-indep install-indep # dh_strip -i dh_compress -i dh_fixperms -i + chmod 755 $(INSTDIR_DEV)/usr/lib/ion3/libextl/libextl-mkexports # dh_perl -i # dh_python -i # dh_makeshlibs -i