Skip to content
Snippets Groups Projects
Commit fcf4f78f authored by Julien Bonjean's avatar Julien Bonjean
Browse files

[#1499] Removed multiple jobs compilation for KDE client (2)

parent 1298964f
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ FULL_VERSION="${VERSION}-${PACKAGE_SYSVER}"
# BEGIN
#########################
DIST="dist"
DIST="${OS_VERSION}"
if [ ${RELEASE_MODE} ]; then
if [ "${RELEASE_MODE}" != "release" ]; then
DIST="${DIST}-testing"
......
......@@ -31,7 +31,7 @@ build-arch: build-arch-stamp
build-arch-stamp: configure-stamp
# Add here commands to compile the arch part of the package.
$(MAKE) -j
$(MAKE)
touch $@
build-indep: build-indep-stamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment