diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:56:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-29 20:56:41 +0300 |
commit | e6a7080ecc1c03569cf838cd5f0531709a051689 (patch) | |
tree | 3a57ba0d316f826e5492e86f21cf2cd7c28e4b13 /extra/shared-mime-info | |
parent | c4c3af9515953df86ab70b4b85ce2fdb3ccaca11 (diff) | |
download | repository-e6a7080ecc1c03569cf838cd5f0531709a051689.tar.gz |
revert
Diffstat (limited to 'extra/shared-mime-info')
-rwxr-xr-x | extra/shared-mime-info/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/shared-mime-info/build b/extra/shared-mime-info/build index 4a2c0ae7..58dddbe2 100755 --- a/extra/shared-mime-info/build +++ b/extra/shared-mime-info/build @@ -46,8 +46,7 @@ cat << EOF > config.h EOF # Fix config.h include. -sed 's/<config.h>/"config.h"/' update-mime-database.c > update-mime-database.c.bak -mv update-mime-database.c.bak update-mime-database.c +sed -i 's/<config.h>/"config.h"/' update-mime-database.c # shellcheck disable=2046 "${CC:-gcc}" -o "$1/usr/bin/update-mime-database" \ |