vaeth / mv-overlay

The mv overlay for gentoo
31 stars 6 forks source link

app-shells/push EPREFX="${EPREFIX}" #8

Closed fedan closed 5 years ago

fedan commented 5 years ago

Hi! This is correct? May be EPREFIX="${EPREFIX}" https://github.com/vaeth/push/blob/v3.1/Makefile#L2

vaeth commented 5 years ago

No, "EPREFIX=" is intended. You can override the value by patching the file or by using the command line make EPREFIX=... ....

fedan commented 5 years ago
EPREFIX="${EPREFIX}"
     ^
EPREFX="${EPREFIX}"

You incorrect ebuild: https://github.com/vaeth/mv-overlay/blob/master/app-shells/push/push-3.1-r1.ebuild#L24

vaeth commented 5 years ago

Oh, you are speaking about the ebuild and not about the line in the Makefile you cited. Thanks, Yes, this will be fixed. It might take a week or even much longer until I can push changes for reasons I do not want to explain now.

vaeth commented 5 years ago

fixed