mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xdg-user-dirs-gtk: restore patch for musl
This commit is contained in:
parent
d9fe1a363b
commit
8558b1d56f
1 changed files with 6 additions and 0 deletions
|
@ -12,3 +12,9 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/xdg-user-dirs-gtk/${version}/xdg-user-dirs-gtk-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/xdg-user-dirs-gtk/${version}/xdg-user-dirs-gtk-${version}.tar.xz"
|
||||||
checksum=534bd563d3c0e3f8dcbf3578cb8ab0e49d3ba41c966d477c8af9438364121e7d
|
checksum=534bd563d3c0e3f8dcbf3578cb8ab0e49d3ba41c966d477c8af9438364121e7d
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' \
|
||||||
|
-e 's,localedir=.*eval echo.*,localedir=/usr/share/locale,' \
|
||||||
|
configure
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue