Skip to content

Commit

Permalink
upd packages: rm unneeded scripts for dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
vixentael committed Sep 13, 2017
1 parent 4df7e38 commit 9b4fa0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -569,8 +569,6 @@ deb: test themis_static themis_shared soter_static soter_shared collect_headers
--version $(VERSION)+$(OS_CODENAME) \
--depends $(DEBIAN_DEV_DEPENDENCIES) \
--deb-priority optional \
--after-install $(POST_INSTALL_SCRIPT) \
--after-remove $(POST_UNINSTALL_SCRIPT) \
--category security \
$(HEADER_FILES_MAP) 1>/dev/null

Expand Down Expand Up @@ -609,8 +607,6 @@ rpm: test themis_static themis_shared soter_static soter_shared collect_headers
--rpm-summary '$(RPM_SUMMARY)' \
--depends $(RPM_DEV_DEPENDENCIES) \
--maintainer $(MAINTAINER) \
--after-install $(POST_INSTALL_SCRIPT) \
--after-remove $(POST_UNINSTALL_SCRIPT) \
--package $(BIN_PATH)/rpm/libthemis-devel-$(NAME_SUFFIX) \
--version $(VERSION) \
--category security \
Expand Down

0 comments on commit 9b4fa0c

Please sign in to comment.