summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2017-04-01 22:50:16 +0200
committerKonstantin Gizdov2017-04-01 22:50:16 +0200
commitd30aef3a2e9fe9661b26402e559a441f9ee0e738 (patch)
treef7fb0a0e075538b440a7d38aa5366eab874376fc
parent9313442e2c38dd0fe3ce37184f7241c9f000f948 (diff)
downloadaur-d30aef3a2e9fe9661b26402e559a441f9ee0e738.tar.gz
minor style fixes
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1907c3f4af8a..0da25f88f775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,7 @@ sha256sums=('fc868e5f4905544c3f392cc9e895ef5571a08e48682e7fe173bd44c0ba0c7dcd'
prepare() {
cd root
- msg 'Python2 switch...'
+ msg2 'Python2 switch...'
find . -type f -exec sed -e 's_#!/usr/bin/env python_&2_' \
-e 's/python -O/python2 -O/g' \
-e 's/python -c/python2 -c/g' -i {} \;
@@ -65,7 +65,7 @@ prepare() {
# Horid glibc hack
sed -e 's/__USE_BSD/__USE_MISC/' -i core/base/src/TTimeStamp.cxx
- msg 'Applying patches...'
+ msg2 'Applying patches...'
## https://sft.its.cern.ch/jira/browse/ROOT-8180
patch -p1 < ${srcdir}/enable_gcc6.patch