Separate make and build in Debian package
This commit is contained in:
parent
693ac6e677
commit
adbda33078
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user