Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
gdk-pixbuf: remove sed -i
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 3, 2021
1 parent 564da4b commit 54ac92a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extra/gdk-pixbuf/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

export DESTDIR="$1"

sed -i "/subdir('tests')/d" meson.build
sed "/subdir('tests')/d" meson.build > _
mv -f _ meson.build

meson \
--prefix=/usr \
Expand Down

0 comments on commit 54ac92a

Please sign in to comment.