Skip to content

Commit

Permalink
libnpfs: use PACKAGE_NAME-PACKAGE_VERSION not META_ALIAS
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Jan 29, 2018
1 parent 5add7d2 commit f33d72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnpfs/ctl.c
Expand Up @@ -289,7 +289,7 @@ _ctl_get_version (char *name, void *a)
char *s = NULL;
int len = 0;

if (aspf (&s, &len, "%s\n", META_ALIAS) < 0)
if (aspf (&s, &len, "%s-%s\n", PACKAGE_NAME, PACKAGE_VERSION) < 0)
np_uerror (ENOMEM);
return s;
}
Expand Down

0 comments on commit f33d72a

Please sign in to comment.