mirror of
https://github.com/outbackdingo/hyprcosmic-session.git
synced 2026-08-25 14:53:23 +00:00
Fork of pop-os/cosmic-session @ upstream
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export DESTDIR = debian/cosmic-session
|
||||
|
||||
%:
|
||||
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
|
||||
Reference in New Issue
Block a user