Skip to content

Commit

Permalink
Change the parameters used for generating deb/rpm/etc packages to
Browse files Browse the repository at this point in the history
reference BEOS instead of EOS
  • Loading branch information
emfrias committed Apr 16, 2019
1 parent d12081d commit f4098b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeModules/package.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set(VENDOR "block.one")
set(PROJECT_NAME "eosio")
set(DESC "Software for the EOS.IO network")
set(URL "https://github.com/eosio/eos")
set(EMAIL "support@block.one")
set(VENDOR "TerraDacs")
set(PROJECT_NAME "beos-core")
set(DESC "Software for the BEOS network")
set(URL "https://github.com/terradacs/beos-core")
set(EMAIL "info@terradacs.com")

configure_file(${CMAKE_SOURCE_DIR}/scripts/generate_package.sh.in ${CMAKE_BINARY_DIR}/packages/generate_package.sh @ONLY)
configure_file(${CMAKE_SOURCE_DIR}/scripts/generate_bottle.sh ${CMAKE_BINARY_DIR}/packages/generate_bottle.sh COPYONLY)
Expand Down

0 comments on commit f4098b7

Please sign in to comment.