From 734960ee33c67ef745f9c8a328fae7f8cb4c9ad9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 12 Aug 2017 17:06:38 +0200 Subject: this is hopefilly it!!! --- debian/rules | 4 ++-- debian/vanity.install | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 debian/vanity.install 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 -- cgit v1.2.3