From 24bb3c191a66d20624d550f9ea392f2873199e88 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 13 Sep 2016 20:04:28 +0000 Subject: nsh-plugin rpm packaging Change-Id: I5ccacfa9e09c88f84ac5b5cb303ba4d170f3743d Signed-off-by: Ed Warnicke Signed-off-by: Ed Warnicke --- nsh-plugin/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nsh-plugin/Makefile.am') diff --git a/nsh-plugin/Makefile.am b/nsh-plugin/Makefile.am index 4ecc63e..096eb90 100644 --- a/nsh-plugin/Makefile.am +++ b/nsh-plugin/Makefile.am @@ -53,3 +53,7 @@ install-data-hook: rm -f $(prefix)/lib/nsh_plugin.* rm -f $(prefix)/lib/nsh_test_plugin.* +pkg-rpm: all install + cd $(srcdir)/packaging/rpm; \ + rpmbuild -bb --define "_topdir $$PWD" \ + --define "_plugin_prefix ${prefix}" vpp-nsh-plugin.spec -- cgit 1.2.3-korg