diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-03-08 14:35:06 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-03-08 14:35:06 +0100 |
commit | 70aab572f4199391fd514a9e1a64af8b1a3b8324 (patch) | |
tree | 3ee9783fcc9e7cb51b121eed400071f3cadf9116 /pcitool/buildinfo.c | |
parent | eec7e74d2eccf811f0d25bb40fa514dc47655d67 (diff) | |
parent | c3704e0faf9159a097a7d6109bec223fdcc46f19 (diff) | |
download | pcitool-70aab572f4199391fd514a9e1a64af8b1a3b8324.tar.gz pcitool-70aab572f4199391fd514a9e1a64af8b1a3b8324.tar.bz2 pcitool-70aab572f4199391fd514a9e1a64af8b1a3b8324.tar.xz pcitool-70aab572f4199391fd514a9e1a64af8b1a3b8324.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 */ |