]> git.pld-linux.org Git - packages/plplot.git/blame - plplot-cmake.patch
- release 12 (by relup.sh)
[packages/plplot.git] / plplot-cmake.patch
CommitLineData
cce322e2
JB
1--- plplot-5.9.9/scripts/CMakeLists.txt.orig 2011-10-13 02:43:01.000000000 +0200
2+++ plplot-5.9.9/scripts/CMakeLists.txt 2011-11-19 07:31:37.394399567 +0100
3@@ -30,8 +30,8 @@
4 if(PLD_pstex)
5 set(scripts_SCRIPTS ${scripts_SCRIPTS} pstex2eps)
6 endif(PLD_pstex)
7- if (NOT ${scripts_SCRIPTS} STREQUAL "")
8+ if (NOT "${scripts_SCRIPTS}" STREQUAL "")
9 install(PROGRAMS ${scripts_SCRIPTS} DESTINATION ${BIN_DIR})
10- endif (NOT ${scripts_SCRIPTS} STREQUAL "")
11+ endif (NOT "${scripts_SCRIPTS}" STREQUAL "")
12 endif(HAVE_BASH)
13
This page took 0.083022 seconds and 4 git commands to generate.