Skip to content

Commit

Permalink
Merge pull request #114 from gionn/fix-requires-escaping
Browse files Browse the repository at this point in the history
Escape required packages in checkinstall
  • Loading branch information
SoftCreatR authored Jun 20, 2024
2 parents fab6338 + 4d1c41f commit c6dc496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imei.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# including advanced delegate support. #
# #
# Author : Sascha Greuel <[email protected]> #
# Date : 2024-05-20 02:29 #
# Date : 2024-06-20 11:28 #
# License : ISC #
# Version : 6.11.2 #
# Version : 6.11.3 #
# #
# Usage : bash ./imei.sh #
##############################################################
Expand Down Expand Up @@ -1019,7 +1019,7 @@ install_imagemagick() {
make

if [ -n "$CHECKINSTALL" ]; then
REQUIRES="libraqm0,libgomp1,libfftw3-dev,liblcms2-2,libfontconfig1,libxext6,libltdl7,liblqr-1-0-dev,webp|libwebp-dev,libjpeg-dev,libzip-dev,libice-dev,libsm-dev,libxml2|libxml2-dev"
REQUIRES="libraqm0,libgomp1,libfftw3-dev,liblcms2-2,libfontconfig1,libxext6,libltdl7,liblqr-1-0-dev,webp\|libwebp-dev,libjpeg-dev,libzip-dev,libice-dev,libsm-dev,libxml2\|libxml2-dev"
RECOMMENDS=""

if [ "$IM_HEIC" == "with" ]; then
Expand Down

0 comments on commit c6dc496

Please sign in to comment.