X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=7788bcdbc15314d063c25737932f3ed5fed70de5;hb=497e9ea5f7047181b6b102828a56bb3dadf8e0ae;hp=e7b85c773cc2dbb72b3658b9758c48cb63a87cd5;hpb=321299afa796b8c151b941e90cceb4ea5f0acc85;p=debian%2Fcpmtools diff --git a/debian/rules b/debian/rules index e7b85c7..7788bcd 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,11 @@ dh $@ --without autoreconf override_dh_auto_configure: - dh_auto_configure -- --datarootdir=/etc/cpmtools + 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' +