summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9aaeb4f..1c594cc 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,6 @@ SRC_LIST=BUILD.md \
rel \
RELEASE.md \
scripts/setup_gen \
- scripts/rvi.service \
scripts/rvi_ctl.template \
scripts/rvi_install \
python/*.py \
@@ -106,8 +105,7 @@ ubuntu_package: clean ubuntu_clean escript
tar czf ./ubuntu_build/rvi_$(VERSION).orig.tar.gz \
--exclude-vcs --transform="s|^|./rvi-$(VERSION)/|" \
$(SRC_LIST) \
- ubuntu_template \
- scripts/rvi.init.ubuntu
+ ubuntu_template
rm -rf ubuntu/missing-sources
# Unpack the created tar file
(cd ./ubuntu_build; tar xf rvi_$(VERSION).orig.tar.gz)
@@ -128,8 +126,7 @@ debian_package: clean debian_clean escript
tar czf ./debian_build/rvi_$(VERSION).orig.tar.gz \
--exclude-vcs --transform="s|^|./rvi-$(VERSION)/|" \
$(SRC_LIST) \
- debian_template \
- scripts/rvi.init.debian
+ debian_template
rm -rf debian/missing-sources
# Unpack the created tar file
(cd ./debian_build; tar xf rvi_$(VERSION).orig.tar.gz)