diff options
author | tcely <tcely@users.noreply.github.com> | 2019-07-15 13:02:55 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-26 21:48:21 -0300 |
commit | d5383225ac001f53bab22bea70dd524f071fc5fb (patch) | |
tree | 82a7c4f9dbbf24f587c8fe44299ef0de398a4cd1 /community/ntpsec | |
parent | 28d60a9b02545eac0e0048beb05eb0a31e092548 (diff) | |
download | aports-d5383225ac001f53bab22bea70dd524f071fc5fb.tar.bz2 aports-d5383225ac001f53bab22bea70dd524f071fc5fb.tar.xz |
community/ntpsec: let configure find python3 path
Diffstat (limited to 'community/ntpsec')
-rw-r--r-- | community/ntpsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ntpsec/APKBUILD b/community/ntpsec/APKBUILD index c2ca7f01cb..a57fab3d4a 100644 --- a/community/ntpsec/APKBUILD +++ b/community/ntpsec/APKBUILD @@ -25,7 +25,7 @@ builddir="${srcdir}/${_pkgname}-${pkgver}" build() { ./waf configure \ --prefix=/usr \ - --python=/usr/bin/python3 \ + --python=python3 \ --enable-leap-smear \ --enable-mssntp \ --refclock=all |