cosmic-settings/debian/rules

16 lines
245 B
Text
Raw Normal View History

#!/usr/bin/make -f
2023-01-27 03:34:59 +01:00
export DESTDIR = debian/tmp
%:
dh $@
override_dh_auto_clean:
ischroot || just vendor
override_dh_auto_build:
test -e vendor.tar && just build-vendored || just
override_dh_auto_install:
just rootdir=$(DESTDIR) install