summaryrefslogtreecommitdiffstats
path: root/pcitool/buildinfo.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-03-08 14:35:06 +0100
committerSuren A. Chilingaryan <csa@suren.me>2016-03-08 14:35:06 +0100
commit70aab572f4199391fd514a9e1a64af8b1a3b8324 (patch)
tree3ee9783fcc9e7cb51b121eed400071f3cadf9116 /pcitool/buildinfo.c
parenteec7e74d2eccf811f0d25bb40fa514dc47655d67 (diff)
parentc3704e0faf9159a097a7d6109bec223fdcc46f19 (diff)
downloadpcitool-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.c2
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 */