Fix Ubuntu build in 3.2
This commit is contained in:
parent
80a8c573a2
commit
aa71396d4b
3
Makefile
3
Makefile
|
@ -73,6 +73,7 @@ ifeq ($(shell lsb_release -is), Ubuntu)
|
|||
|
||||
# 'crond.service' is named 'cron.service in Debian
|
||||
SYSTEM_DROPINS := $(strip $(patsubst crond.service, cron.service, $(SYSTEM_DROPINS)))
|
||||
SYSTEM_DROPINS := $(strip $(filter-out ntpd.service, $(SYSTEM_DROPINS)))
|
||||
SYSTEM_DROPINS += anacron.service
|
||||
SYSTEM_DROPINS += anacron-resume.service
|
||||
SYSTEM_DROPINS += netfilter-persistent.service
|
||||
|
@ -292,6 +293,8 @@ install-common:
|
|||
|
||||
ifeq ($(shell lsb_release -is), Debian)
|
||||
install -m 0644 misc/xdg.py $(DESTDIR)/$(PYTHON_SITEARCH)/qubes/
|
||||
else ifeq ($(shell lsb_release -is), Ubuntu)
|
||||
install -m 0644 misc/xdg.py $(DESTDIR)/$(PYTHON_SITEARCH)/qubes/
|
||||
else
|
||||
install -m 0644 misc/py2/xdg.py* $(DESTDIR)/$(PYTHON_SITEARCH)/qubes/
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user