We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The files added via Files or Diff are not installed in the correct path.
Files
Diff
See http://bugs.debian.org/662946 (with patch) and http://unix.stackexchange.com/q/78905/14861.
The text was updated successfully, but these errors were encountered:
One possible solution is to apply the following patch to /usr/bin/equivs-build:
/usr/bin/equivs-build
--- /usr/bin/equivs-build.orig 2011-09-30 07:22:24.000000000 +0100 +++ /usr/bin/equivs-build 2012-03-07 13:27:50.315122421 +0000 @@ -67,7 +67,7 @@ for (split "\n", $control{'Files'} || "") { die "Cannot parse Files line: '$_'\n" unless m:^\s*(\S+)\s+(\S+)/?\s*$:; - $install_files{"$2/$1"} = $1; + $install_files{"$2/".basename($1)} = $1; }
Sorry, something went wrong.
No branches or pull requests
The files added via
Files
orDiff
are not installed in the correct path.See http://bugs.debian.org/662946 (with patch) and http://unix.stackexchange.com/q/78905/14861.
The text was updated successfully, but these errors were encountered: