You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 548ec70 (win32: interpret absolute paths as relative to
%SYSTEMDRIVE%) introduced the function xabsolute_path() to make
relative paths absolute. This is used in 'dkpg' and 'man' to
avoid having to tinker with absolute paths from upstream.
Unfortunately, it's too eager to use the relative path. This
results in dpkg failing to install deb files with a relative path.
Saves 32-48 bytes.
(GitHub issue #371)
I am working on simple packaging scripts and run into this.
Sript for creating example package (
mkdeb
):Shell session:
Notes:
dpkg -i ../*.deb
) (dont know how to reproduce)current drive != system drive
The text was updated successfully, but these errors were encountered: