Skip to content

Commit

Permalink
suse pkg: fix error in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrscotty committed Jun 1, 2016
1 parent b9d9617 commit 7b2eff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/suse/myperl-openxpki-core-deps/Makefile
Expand Up @@ -54,7 +54,7 @@ $(OXI_TARBALL):
rm -rf $(OXI_TARBALL_DIR)
mkdir -p $(OXI_TARBALL_DIR)
(cd ../../.. && tar cf - \
ISSUES LICENSE README.pod clients config core doc package qatest tools) \
ISSUES LICENSE README* clients config core doc package qatest tools) \
| tar xf - -C $(OXI_TARBALL_DIR)
echo $(OXI_VERSION) > $(OXI_TARBALL_DIR)/VERSION
tar czf $@ -C $(OXI_TARBALL_DIR)/.. .
Expand Down

0 comments on commit 7b2eff5

Please sign in to comment.