[branding] Drop complicated machinery for one subdir
This commit is contained in:
parent
cd7fc93b6a
commit
41c2a7e4e0
@ -1,7 +1 @@
|
||||
file( GLOB SUBDIRECTORIES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*" )
|
||||
foreach( SUBDIRECTORY ${SUBDIRECTORIES} )
|
||||
set( _sd "${CMAKE_CURRENT_SOURCE_DIR}/${SUBDIRECTORY}" )
|
||||
if( IS_DIRECTORY "${_sd}" AND EXISTS "${_sd}/branding.desc" )
|
||||
calamares_add_branding_subdirectory( ${SUBDIRECTORY} )
|
||||
endif()
|
||||
endforeach()
|
||||
calamares_add_branding_subdirectory( default )
|
||||
|
Loading…
Reference in New Issue
Block a user