Skip to content
Snippets Groups Projects
Commit d73f8843 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

Add the --optimize=1 flag

parent c0385105
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
pkgname=terminator
pkgver=1.91
pkgrel=2
pkgrel=3
pkgdesc='Terminal emulator that supports tabs and grids'
arch=('any')
url='https://gnometerminator.blogspot.com/p/introduction.html'
......@@ -49,7 +49,7 @@ build() {
package() {
cd "${srcdir}/${pkgname^}-${pkgver}"
python2 setup.py install --skip-build --root="${pkgdir}"
python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment