Merge branch 'patch-8' into 'etiona'

Fix typo

See merge request trisquel/package-helpers!294
This commit is contained in:
Ruben Rodriguez 2020-03-20 16:48:58 +00:00
commit 9a4589a0de

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
. ./config
@ -26,7 +26,7 @@ cat << FIX >> debian/apparmor-profile
# Add apparmor rule for mate's caja - LP#1798091
owner /tmp/.mate_desktop_thumbnail* w,
owner /tmp/mate-desktop-thumbnailer* w
owner /tmp/mate-desktop-thumbnailer* w,
}
FIX