Commit 190e3df4 authored by Mike Gabriel's avatar Mike Gabriel

debian/rules: Typo fix (NUMJOBS, not NUM_JOBS).

parent f944a0da
......@@ -55,7 +55,7 @@ override_dh_auto_install:
override_dh_auto_build:
debian/compat.sh
PREFIX=/usr make build -j${NUM_JOBS} CDEBUGFLAGS="$(CPPFLAGS) $(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS='$(filter-out -pie,$(LDFLAGS))'
PREFIX=/usr make build -j${NUMJOBS} CDEBUGFLAGS="$(CPPFLAGS) $(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS='$(filter-out -pie,$(LDFLAGS))'
override_dh_strip:
dh_strip -plibnx-x11-6 --dbg-package=libnx-x11-6-dbg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment