From 575e3e97ffefcd83d9faa230fe3e2a4e4f65684d Mon Sep 17 00:00:00 2001 From: Andrew Toskin Date: Apr 30 2020 16:07:20 +0000 Subject: Escape percent sign in PAM version comment There is (currently?) no `%PAM` macro, so it was evaluating to `#%PAM-1.0` anyway, but it's *supposed* to be a literal `#%PAM-1.0`. So y'know, just in case there's ever a `%PAM` macro added in the future... --- diff --git a/bleachbit.spec b/bleachbit.spec index 6ac5a93..41e64f0 100644 --- a/bleachbit.spec +++ b/bleachbit.spec @@ -49,7 +49,7 @@ sed --regexp-extended 's/^Name=BleachBit$/Name=BleachBit as Administrator/g' -- sed --regexp-extended 's/^(.*Exec)=bleachbit$/\1=bleachbit-root/g' --in-place ./org.bleachbit.BleachBit-root.desktop cat > ./bleachbit.pam <