Skip to content
Snippets Groups Projects
Commit bdddddde authored by akiraohgaki's avatar akiraohgaki
Browse files

Update debian/rules

parent 836303a6
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
%:
dh $@
override_dh_auto_install:
make DESTDIR="$(CURDIR)/debian/tmp" prefix="/usr" install
override_dh_auto_configure:
qmake PREFIX="/usr"
override_dh_shlibdeps:
# ignore
override_dh_auto_install:
make INSTALL_ROOT="$(CURDIR)/debian/tmp" install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment