Skip to content
Commit 3449107d authored by Benno Fünfstück's avatar Benno Fünfstück
Browse files

dvdisaster: fix $out variable expansion (makeFlags)

Make requires variables with more than one letter to be surrounded by parentheses,
like `$(out)`. Just writing `$out` will be interpreted as `$o` followed by `ut`, so
the package installed its documentaion to `ut/share/doc`.

/cc maintainers @jgeerds @nckx
parent 0b2502a2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment