diff options
author | Christian Pointner <equinox@spreadspace.org> | 2017-08-12 17:06:38 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2017-08-12 17:06:38 +0200 |
commit | 734960ee33c67ef745f9c8a328fae7f8cb4c9ad9 (patch) | |
tree | 39493a5d424203ec3870a827f45afb4e8ffd5a7c | |
parent | fix install files (diff) |
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/vanity.install | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 304a26d..939a182 100755 --- a/debian/rules +++ b/debian/rules @@ -7,5 +7,5 @@ export DH_GOPKG := github.com/xiam/vanity dh $@ --buildsystem=golang --with=golang override_dh_installinit: - install -d $$(pwd)/debian/tmp/lib/systemd/system/ - install -m 644 $$(pwd)/debian/vanity@.service $$(pwd)/debian/tmp/lib/systemd/system/ + install -d $$(pwd)/debian/vanity/lib/systemd/system/ + install -m 644 $$(pwd)/debian/vanity@.service $$(pwd)/debian/vanity/lib/systemd/system/ diff --git a/debian/vanity.install b/debian/vanity.install deleted file mode 100644 index 88b916a..0000000 --- a/debian/vanity.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin/vanity -lib/systemd/system/vanity@.service |