Skip to content

Commit

Permalink
update from buildtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Esser committed Jun 13, 2012
1 parent dcd8845 commit cb42d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion macros.cmake
Expand Up @@ -350,7 +350,8 @@ MACRO( PREP_SPEC_FILES )

IF( PLUGINNAME )
SET( SPEC_LIBDIR "/${BASELIB}/${PROGSUBDIR_UC}" )
STRING( REGEX REPLACE "/+" "/" SPEC_LIBDIR "${SPEC_LIBDIR}" )
STRING( REGEX REPLACE "^/+" "/" SPEC_LIBDIR "${SPEC_LIBDIR}" )
STRING( REGEX REPLACE "/+$" "" SPEC_LIBDIR "${SPEC_LIBDIR}" )
ENDIF( PLUGINNAME )

FOREACH( p "BuildRequires" "Conflicts" "Provides" "Obsoletes" "DEVEL_Requires" "DEVEL_Provides" )
Expand Down

0 comments on commit cb42d73

Please sign in to comment.