mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
Re-adjust systemd debian/ubuntu
This commit is contained in:
@@ -15,7 +15,7 @@ export GOMODCACHE := $(CURDIR)/debian/tmp-home/go-mod
|
|||||||
export GOTOOLCHAIN := local
|
export GOTOOLCHAIN := local
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with systemd
|
dh $@
|
||||||
|
|
||||||
override_dh_installsystemd:
|
override_dh_installsystemd:
|
||||||
dh_installsystemd --user --name=dms
|
dh_installsystemd --user --name=dms
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*$$//')
|
|||||||
DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with systemd
|
dh $@
|
||||||
|
|
||||||
override_dh_installsystemd:
|
override_dh_installsystemd:
|
||||||
dh_installsystemd --user --name=dms
|
dh_installsystemd --user --name=dms
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export GOMODCACHE := $(CURDIR)/debian/tmp-home/go-mod
|
|||||||
export GOTOOLCHAIN := local
|
export GOTOOLCHAIN := local
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with systemd
|
dh $@
|
||||||
|
|
||||||
override_dh_installsystemd:
|
override_dh_installsystemd:
|
||||||
dh_installsystemd --user --name=dms
|
dh_installsystemd --user --name=dms
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*$$//')
|
|||||||
BASE_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed 's/ppa[0-9]*$$//' | sed 's/+git.*//')
|
BASE_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed 's/ppa[0-9]*$$//' | sed 's/+git.*//')
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with systemd
|
dh $@
|
||||||
|
|
||||||
override_dh_installsystemd:
|
override_dh_installsystemd:
|
||||||
dh_installsystemd --user --name=dms
|
dh_installsystemd --user --name=dms
|
||||||
|
|||||||
Reference in New Issue
Block a user