diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-03-06 04:22:51 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-03-06 04:22:51 +0100 |
commit | c3704e0faf9159a097a7d6109bec223fdcc46f19 (patch) | |
tree | 5623f5856734b441285a6cc1bebd828d47e13f9c /pcitool/buildinfo.c | |
parent | 0dce5c26ecec594b3f25b9e003c830874a690e1c (diff) | |
download | pcitool-c3704e0faf9159a097a7d6109bec223fdcc46f19.tar.gz pcitool-c3704e0faf9159a097a7d6109bec223fdcc46f19.tar.bz2 pcitool-c3704e0faf9159a097a7d6109bec223fdcc46f19.tar.xz pcitool-c3704e0faf9159a097a7d6109bec223fdcc46f19.zip |
Fix dkms configuration
Diffstat (limited to 'pcitool/buildinfo.c')
-rw-r--r-- | pcitool/buildinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcitool/buildinfo.c b/pcitool/buildinfo.c index 2206c62..7160a3d 100644 --- a/pcitool/buildinfo.c +++ b/pcitool/buildinfo.c @@ -5,7 +5,7 @@ void BuildInfo() { printf("\n"); #ifdef PCILIB_RELEASE - printf("Release: %s (revision: %s built on %s in %s)\n", PCILIB_RELEASE, PCILIB_REVISION, PCILIB_BUILD_DATE, PCILIB_BUILD_DIR); + printf("Release: %s (r%s packaged on %s in %s)\n", PCILIB_RELEASE, PCILIB_REVISION, PCILIB_BUILD_DATE, PCILIB_BUILD_DIR); #else /* PCILIB_RELEASE */ printf("Revision: %s built on %s in %s\n", PCILIB_REVISION, PCILIB_BUILD_DATE, PCILIB_BUILD_DIR); #endif /* PCILIB_RELEASE */ |