1
0
Fork 0
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:
Maxim Cournoyer 2023-02-21 09:27:43 -05:00
parent 4461ba6902
commit 9355c1a2df
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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 ##