Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Kushnir (Orhideous) <me@orhideous.name>2017-01-22 23:13:42 +0300
committerJohn Smith <mrdoctorwho@gmail.com>2017-01-23 03:48:43 +0300
commitde67c7a42c753b3e8c7885542c83daf4c9dfa939 (patch)
tree9ba57cceb1b77891121e752437f7c89082ac6f4c /Makefile
parent2dd7282638f55b3e7c798ffc00339b7ce2fa72b8 (diff)
Get rid of redundant pipe
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad23982..6603fa3 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ hierarchy:
mkdir -p $(SOURCE)/run/vk4xmpp
mkdir -p $(SOURCE)/DEBIAN
cp DEBIAN/pre* $(SOURCE)/DEBIAN
- cat DEBIAN/control.template | sed s/VERSION/$(VERSION)/ > $(SOURCE)/DEBIAN/control
+ sed s/VERSION/$(VERSION)/ < DEBIAN/control.template > $(SOURCE)/DEBIAN/control
cp gateway.py $(SOURCE)/usr/bin/vk4xmpp
cp $(DOCS) $(SOURCE)/usr/share/doc/vk4xmpp
cp Config_example.txt $(SOURCE)/etc/vk4xmpp/config.example