summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2017-05-19 09:36:12 -0700
committerDonald Webster2017-05-19 09:36:12 -0700
commit7e8e86b844429403e4aaf806dc77e104d1edae64 (patch)
treeb000974173d746ea4b5c17fa5d70e5ca1d0705b7 /PKGBUILD
parent239d0049f58f066cd3a5f6e30ff55db97654807a (diff)
downloadaur-7e8e86b844429403e4aaf806dc77e104d1edae64.tar.gz
Remove msg2 usage.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c288e7ab94e1..5c6f85fd113e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,6 @@ package() {
install -d -m 755 "${pkgdir}/usr/lib/nzbhydra"
cp -dpr --no-preserve=ownership "${srcdir}/nzbhydra-${pkgver}/"* "${pkgdir}/usr/lib/nzbhydra"
- msg2 "Precompiling python files"
python2 -m compileall -q "${pkgdir}/usr/lib/nzbhydra"
install -D -m 755 "${srcdir}/nzbhydra.sh" "${pkgdir}/usr/bin/nzbhydra"