Skip to content

Commit

Permalink
Missing package, fix ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Nov 16, 2023
1 parent 5e89da5 commit f6a536b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_installation_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ for ARGUMENT in "$@"; do
done

mkdir -p "$TARGET_DIRECTORY"
tar --exclude "./git" --exclude "./github" -cf "$TARGET_DIRECTORY/$ARCHIVE_NAME" "$SOURCE_DIRECTORY" -I "gzip --best"
tar -cf "$TARGET_DIRECTORY/$ARCHIVE_NAME" --exclude "$SOURCE_DIRECTORY/.git" --exclude "$SOURCE_DIRECTORY/.github" "$SOURCE_DIRECTORY" -I "gzip --best"
2 changes: 1 addition & 1 deletion deploy_dqmgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ preliminary_checks() {
# Check for needed OS-wide dependencies
check_dependencies() {
pkgs_installed=1
declare -a required_packages=(unzip bzip2 libglvnd-opengl libX11-devel libXext-devel libXft-devel
declare -a required_packages=(patch unzip bzip2 libglvnd-opengl libX11-devel libXext-devel libXft-devel
libXpm-devel mesa-libGLU mesa-libGLU-devel perl-Env perl-Switch
perl-Thread-Queue glibc-headers libidn libXcursor
libXi libXinerama libXrandr perl perl-Digest-MD5 tcsh zsh epel-release
Expand Down

0 comments on commit f6a536b

Please sign in to comment.