Skip to content

Commit

Permalink
include script directory for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 6, 2021
1 parent c8179c7 commit 0668519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-el8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SOURCE_PATH=$TMP_DIR/$SOURCE_NAME
mkdir -p $SOURCE_PATH
SOURCE_LOC="$(dirname "$SOURCE_PATH")"

cp -r src/ makefile doc/ $SOURCE_PATH
cp -r src/ makefile doc/ script/ $SOURCE_PATH

pushd $SOURCE_LOC
tar -czvf $SOURCE_NAME.tar.gz $SOURCE_NAME
Expand Down

0 comments on commit 0668519

Please sign in to comment.