firejail: fix typo

This commit is contained in:
Duncaen 2015-02-17 16:01:11 +01:00
parent 8c7fb34e9d
commit 9f752f5343

View file

@ -33,5 +33,5 @@ esac
pre_install() {
# remove hardcoded strip(1)
sed -i '/strip .*/d' */Makefile
sed -i '/strip .*/d' Makefile
}