Skip to content

Commit

Permalink
Merge pull request #2 from emfrias/update-package-parameters
Browse files Browse the repository at this point in the history
Change the parameters used for generating deb/rpm/etc packages to
  • Loading branch information
vogel76 authored Jun 10, 2019
2 parents 9ae5766 + f4098b7 commit a0adcfb
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 a0adcfb

Please sign in to comment.