diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-03-23 13:41:31 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-03-25 20:16:58 +0100 |
commit | bc4d8b7ec95c85935547338cf4c1ca5f58e08309 (patch) | |
tree | 27d11ff8e878e6e73a6c4047f0c14ba1c7944b91 /debian/rules | |
parent | bc180068995181b4c633e5082dc2568431461623 (diff) |
Debianization.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9cd2608 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh $@ --with xul-ext + +override_dh_auto_install: + DESTDIR=$(CURDIR)/debian/tmp make -C cli install + install-xpi -p xul-ext-icevault -x COPYING icevault.xpi |