aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.in
diff options
context:
space:
mode:
authorAlfredo Cardigliano <alfredo.cardigliano@gmail.com>2018-11-19 18:02:06 +0100
committerAlfredo Cardigliano <alfredo.cardigliano@gmail.com>2018-11-19 18:02:06 +0100
commit153766917891cd0d4abebc9035bbb427d3a9fbc1 (patch)
tree1849eec5219221c76a65043c11b2a0c6595d6b49 /example/Makefile.in
parentb0cfe0b9ccc87547940cca213033c0c026897e01 (diff)
rpm package
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index a5ca6acce..5ee981bd1 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -14,7 +14,7 @@ ndpiReader: $(OBJS) $(LIBNDPI)
$(CC) $(CFLAGS) -c $< -o $@
install:
- cp ndpiReader $(DESTDIR)$(PREFIX)/bin
+ cp ndpiReader $(DESTDIR)$(PREFIX)/bin/
dpdk:
make -f Makefile.dpdk