X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=7788bcdbc15314d063c25737932f3ed5fed70de5;hb=497e9ea5f7047181b6b102828a56bb3dadf8e0ae;hp=2f892819c9879bfd50df0cdc00a1ef256aa48aba;hpb=cae09055d3bb048ba4c8cfe75950d47aab6ff031;p=debian%2Fcpmtools diff --git a/debian/rules b/debian/rules index 2f89281..7788bcd 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,13 @@ %: dh $@ --without autoreconf + +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' +