Skip to content

Commit

Permalink
eclass/gnome2-utils.eclass: fix DGSEAL_ENABLE sed (#530490 by Alexand…
Browse files Browse the repository at this point in the history
…er Tsoy)
  • Loading branch information
pacho2 committed Jan 30, 2016
1 parent 7349ee6 commit ca71627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/gnome2-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ gnome2_disable_deprecation_warning() {

LC_ALL=C sed -r -i \
-e 's:-D[A-Z_]+_DISABLE_DEPRECATED:$(/bin/true):g' \
-e 's:-DGSEAL_ENABLE+[A-Z_]:$(/bin/true):g' \
-e 's:-DGSEAL_ENABLE(=[A-Za-z0-9_]*)?:$(/bin/true):g' \
-i "${makefile}"

if [[ $? -ne 0 ]]; then
Expand Down

0 comments on commit ca71627

Please sign in to comment.