Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
X2Go
X2goserver
Commits
073cdefb
Commit
073cdefb
authored
Jun 22, 2019
by
Mihai Moldovan
Browse files
Makefile: specify SHAREDIR as a default-if-not-specified variable.
parent
902e0882
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
073cdefb
...
...
@@ -7,7 +7,7 @@ DESTDIR ?=
PREFIX
?=
/usr/local
ETCDIR
=
/etc/x2go
LIBDIR
?=
$(PREFIX)
/lib/x2go
SHAREDIR
=
$(PREFIX)
/share/x2go
SHAREDIR
?=
$(PREFIX)
/share/x2go
PERL
?=
/usr/bin/perl
PERL_INSTALLDIRS
?=
vendor
...
...
debian/changelog
View file @
073cdefb
...
...
@@ -97,6 +97,7 @@ x2goserver (4.1.0.4-0x2go1.1) UNRELEASED; urgency=medium
-
x2goserver
/
bin
/
x2gopath
.
in
:
hardcode
LIBDIR
,
PREFIX
and
SHAREDIR
at
build
time
,
but
also
allow
re
-
rooting
afterwards
-
derived
from
the
original
values
.
-
Makefile
:
specify
SHAREDIR
as
a
default
-
if
-
not
-
specified
variable
.
*
debian
/
control
:
+
Build
-
depend
upon
lsb
-
release
for
distro
version
detection
.
*
debian
/
x2goserver
.
manpages
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment