mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 03:53:23 +02:00
packaging: Cosmetic change to Makefile.
Change-Id: I9036912033aee53370d4f7cf5a854a2495de0485
This commit is contained in:
parent
4461ba6902
commit
9355c1a2df
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ QT_JAMI_PREFIX := /usr/lib/libqt-jami
|
|||
## Other variables ##
|
||||
#####################
|
||||
TMPDIR := $(shell mktemp -d)
|
||||
CURRENT_UID:=$(shell id -u)
|
||||
CURRENT_GID:=$(shell id -g)
|
||||
CURRENT_UID := $(shell id -u)
|
||||
CURRENT_GID := $(shell id -g)
|
||||
|
||||
#############################
|
||||
## Release tarball targets ##
|
||||
|
|
Loading…
Add table
Reference in a new issue