Separate make and build in Debian package

This commit is contained in:
2021-04-10 02:54:50 +00:00
parent 693ac6e677
commit adbda33078

View File

@ -10,8 +10,8 @@ PACKAGEVERSION = $(VERSION)
override_dh_auto_clean:
override_dh_auto_test:
override_dh_auto_build:
override_dh_auto_install:
make
override_dh_auto_install:
make install DESTDIR=debian/lume
override_dh_gencontrol: