X-Git-Url: https://git.gag.com/?p=debian%2Fcpmtools;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=7788bcdbc15314d063c25737932f3ed5fed70de5;hp=917f34796e62a34de1f1c63b961b6866879969e8;hb=497e9ea5f7047181b6b102828a56bb3dadf8e0ae;hpb=467dd04c1725e6c119ba786a3aad2ef46f43e7db diff --git a/debian/rules b/debian/rules index 917f347..7788bcd 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,10 @@ override_dh_auto_configure: dh_auto_configure -- --datarootdir=/etc/cpmtools --with-libdsk=/usr + +override_dh_auto_install: + make install \ + DESTDIR=$(CURDIR)/debian/cpmtools \ + AM_UPDATE_INFO_DIR=no \ + 'INSTALL=install --strip-program=true' +