churchyard / rpms / python3

Forked from rpms/python3 6 years ago
Clone

28f989a Avoid using _prefix macro for /usr/lib/debug dir

Authored and Committed by kalev 4 years ago
1 file changed. 1 lines added. 1 lines removed.
    Avoid using _prefix macro for /usr/lib/debug dir
    
    In case of flatpak module builds, _prefix is redefined as /app.
    rpm-build however hardcodes /usr/lib/debug without using the _prefix
    macro, so do the same here to match this.
    
    This fixes building Python as a flatpak module.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1737933#c14
    
        
file modified
+1 -1