diff mbox

[ndctl] ndctl: fix ndctl-libs package name for rhel/ndctl.spec

Message ID 20160223210542.25245.70172.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive)
State Accepted
Commit 70f74af3eef1
Headers show

Commit Message

Dan Williams Feb. 23, 2016, 9:05 p.m. UTC
Commit e05edf480650 "ndctl: rework release collateral" errantly changed
the name of the 'libs' package for rhel/ndctl.spec to 'libndctl', change
it back.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index 61dce040131c..c8ce3177e5a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@  CLEANFILES += $(noinst_SCRIPTS)
 
 do_rhel_subst = sed -e 's,VERSION,$(VERSION),g' \
             -e 's,DNAME,ndctl-devel,g' \
-            -e 's,LNAME,libndctl,g'
+            -e 's,LNAME,ndctl-libs,g'
 
 do_sles_subst = sed -e 's,VERSION,$(VERSION),g' \
             -e 's,DNAME,libndctl-devel,g' \