diff options
Diffstat (limited to 'community/py-ethtool/APKBUILD')
-rw-r--r-- | community/py-ethtool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-ethtool/APKBUILD b/community/py-ethtool/APKBUILD index a5e1332993..d7cf8f4538 100644 --- a/community/py-ethtool/APKBUILD +++ b/community/py-ethtool/APKBUILD @@ -27,7 +27,7 @@ prepare() { case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac - done + done } build() { |