set(PACKAGE base-linux_configs-etc-profile.d)

message(STATUS ${PACKAGE})

list(APPEND SHELL_FILES sigmet.csh sigmet.sh)

install(
  FILES ${SHELL_FILES}
  DESTINATION ${IRIS_PROFILEDIR}
  COMPONENT environment)
