diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-01-02 20:32:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2019-01-02 20:32:47 +0300 |
commit | 676a0599f896e45fbf80d48687de2e580ce4766a (patch) | |
tree | 9c6e639700a9952f931890542b092da3561e62e1 /packages/sys-power/nut/nut.exlib | |
parent | 9607352a4de3fb0a82f251c5983e928c0b453858 (diff) |
changes requested by exherbo devs
Diffstat (limited to 'packages/sys-power/nut/nut.exlib')
-rw-r--r-- | packages/sys-power/nut/nut.exlib | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/sys-power/nut/nut.exlib b/packages/sys-power/nut/nut.exlib index 666efdc..c18de3b 100644 --- a/packages/sys-power/nut/nut.exlib +++ b/packages/sys-power/nut/nut.exlib @@ -1,7 +1,7 @@ # Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> # Distributed under the terms of the GNU General Public License v2 -require github [ user=networkupstools tag=v${PV} force_git_clone=true ] +require github [ user=networkupstools tag=v${PV} ] require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ] require systemd-service @@ -86,3 +86,4 @@ nut_src_install() { edo rm -rf "${IMAGE}"/lib fi } + |