diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-04-02 17:31:44 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-04-02 17:31:44 (GMT) |
commit | a2cf7b1b97f4acfe2afe5734e2bcb910cdc68364 (patch) | |
tree | eec2deb064a1ea62204ec2f090949679799849cd /debian/rules | |
parent | a0e91d5caece321d21d8ad29b3a6ce211b99263a (diff) |
updated debian package after release
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index dd4e9ea..63781f4 100755 --- a/debian/rules +++ b/debian/rules @@ -16,3 +16,5 @@ override_dh_auto_install: install -m 755 $$(pwd)/debian/rhimportd.pre $$(pwd)/debian/tmp/usr/bin/ install -d $$(pwd)/debian/tmp/etc/ install -m 644 $$(pwd)/debian/rhimportd.conf $$(pwd)/debian/tmp/etc/ + install -d $$(pwd)/debian/tmp/usr/share/rhimportd/ + cp -r $$(pwd)/web-static/ $$(pwd)/debian/tmp/usr/share/rhimportd/ |