cosmic-settings/debian/rules

19 lines
279 B
Text
Raw Normal View History

#!/usr/bin/make -f
2023-01-27 03:34:59 +01:00
export DESTDIR = debian/tmp
export VENDOR ?= 1
%:
dh $@
override_dh_auto_clean:
if ! ischroot && test "${VENDOR}" = "1"; then \
2024-02-29 01:07:33 +01:00
just vendor; \
fi
override_dh_auto_build:
just build-vendored
override_dh_auto_install:
just rootdir=$(DESTDIR) install