certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/scripts SystemSpecificInformations.cmake


From: certi-cvs
Subject: [certi-cvs] certi/scripts SystemSpecificInformations.cmake
Date: Mon, 14 Mar 2011 12:56:47 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      11/03/14 12:56:47

Modified files:
        scripts        : SystemSpecificInformations.cmake 

Log message:
        Fix forgotten testing typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/SystemSpecificInformations.cmake?cvsroot=certi&r1=1.8&r2=1.9

Patches:
Index: SystemSpecificInformations.cmake
===================================================================
RCS file: /sources/certi/certi/scripts/SystemSpecificInformations.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- SystemSpecificInformations.cmake    13 Mar 2011 19:58:35 -0000      1.8
+++ SystemSpecificInformations.cmake    14 Mar 2011 12:56:46 -0000      1.9
@@ -88,7 +88,7 @@
     set(SPECIFIC_SYSTEM_VERSION_NAME "${CMAKE_SYSTEM_NAME}")
     set(SPECIFIC_SYSTEM_PREFERED_CPACK_GENERATOR "TGZ")
     find_program(LSB_RELEASE_EXECUTABLE lsb_release)
-    if(LSB_RELEASE_EXECUTABLEF)
+    if(LSB_RELEASE_EXECUTABLE)
       execute_process(COMMAND ${LSB_RELEASE_EXECUTABLE} -i
                       OUTPUT_VARIABLE _TMP_LSB_RELEASE_OUTPUT
                       ERROR_QUIET
@@ -145,7 +145,7 @@
       endif(LINUX_ISSUE MATCHES "SUSE")
       # Mandriva case
       # TODO
-    endif(LSB_RELEASE_EXECUTABLEF)
+    endif(LSB_RELEASE_EXECUTABLE)
     # Now mangle some names
     set(LINUX_NAME "${DISTRO_ID}_${DISTRO_RELEASE}")
     if(DISTRO_ID MATCHES "Fedora|Mandriva|SUSE|OpenSUSE")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]