vaeth / zram-init

A wrapper script for the zram linux kernel module with zsh and openrc support
http://www.mathematik.uni-wuerzburg.de/~vaeth/download/index.html#zram-init
79 stars 26 forks source link

fix bad `sed` statement #27

Closed beatussum closed 4 years ago

beatussum commented 4 years ago

In some cases, we need the TEXTDOMAINDIR variable to be different from the installation directory of the locales: for example, an ebuild temporarily installs the files in ${D} before installing them in the system: the locales should be installed in ${D}/usr/share/locales but TEXTDOMAINDIR should be equal to /usr/share/locales.

vaeth commented 4 years ago

Thanks