[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/mesa][debian-unstable] mesa-teflon-delegate: Fix library installation path



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa

Commits:

  • a2b30c2b
    by Christopher Obbard at 2024-07-05T13:17:10+01:00
    mesa-teflon-delegate: Fix library installation path
    
    Currently mes-teflon-delegate installs the library to
    /usr/lib/teflon/libteflon.so/libteflon.so which is... wrong.
    
    Fix my latent double-vision by instead installing the library to
    /usr/lib/teflon/libteflon.so
    
    Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
    

1 changed file:

Changes:

  • debian/mesa-teflon-delegate.install
    1
    -usr/lib/*/libteflon.so usr/lib/teflon/libteflon.so
    1
    +usr/lib/*/libteflon.so usr/lib/teflon


  • Reply to: