first commit
This commit is contained in:
commit
089158f297
239 changed files with 2841 additions and 0 deletions
11
debian/rules
vendored
Executable file
11
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
DESTDIR = debian/cosmic-icons
|
||||
CLEAN ?= 1
|
||||
VENDOR ?= 1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_install:
|
||||
just rootdir=$(DESTDIR) install
|
||||
Loading…
Add table
Add a link
Reference in a new issue