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/app-arch | |
parent | 9607352a4de3fb0a82f251c5983e928c0b453858 (diff) |
changes requested by exherbo devs
Diffstat (limited to 'packages/app-arch')
-rw-r--r-- | packages/app-arch/mt-st/mt-st-1.3.exheres-0 | 1 | ||||
-rw-r--r-- | packages/app-arch/mt-st/mt-st.exlib | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/app-arch/mt-st/mt-st-1.3.exheres-0 b/packages/app-arch/mt-st/mt-st-1.3.exheres-0 index e60ed8d..47383c8 100644 --- a/packages/app-arch/mt-st/mt-st-1.3.exheres-0 +++ b/packages/app-arch/mt-st/mt-st-1.3.exheres-0 @@ -4,3 +4,4 @@ require mt-st PLATFORMS="~amd64 ~x86" + diff --git a/packages/app-arch/mt-st/mt-st.exlib b/packages/app-arch/mt-st/mt-st.exlib index 4bc1132..cfffba8 100644 --- a/packages/app-arch/mt-st/mt-st.exlib +++ b/packages/app-arch/mt-st/mt-st.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=iustin tag=mt-st-${PV} force_git_clone=true ] +require github [ user=iustin tag=mt-st-${PV} ] export_exlib_phases src_install @@ -16,3 +16,4 @@ mt-st_src_install() { doman mt.1 stinit.8 dodoc README* stinit.def.examples } + |