summaryrefslogtreecommitdiff
path: root/packages/net-im/psimedia
diff options
context:
space:
mode:
Diffstat (limited to 'packages/net-im/psimedia')
-rw-r--r--packages/net-im/psimedia/psimedia-scm.exheres-01
-rw-r--r--packages/net-im/psimedia/psimedia.exlib5
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/net-im/psimedia/psimedia-scm.exheres-0 b/packages/net-im/psimedia/psimedia-scm.exheres-0
index c93505b..5cd66fc 100644
--- a/packages/net-im/psimedia/psimedia-scm.exheres-0
+++ b/packages/net-im/psimedia/psimedia-scm.exheres-0
@@ -4,3 +4,4 @@
require psimedia
PLATFORMS="~amd64 ~x86"
+
diff --git a/packages/net-im/psimedia/psimedia.exlib b/packages/net-im/psimedia/psimedia.exlib
index 15c3c14..2836f7c 100644
--- a/packages/net-im/psimedia/psimedia.exlib
+++ b/packages/net-im/psimedia/psimedia.exlib
@@ -1,7 +1,7 @@
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
-require github [ user=psi-im force_git_clone=true ]
+require github [ user=psi-im ]
require cmake [ api=2 ]
export_exlib_phases src_install
@@ -24,5 +24,6 @@ DEPENDENCIES="
psimedia_src_install() {
cmake_src_install
- nonfatal edo mv "${IMAGE}"/usr/$(exhost --target)/lib/psi "${IMAGE}"/usr/$(exhost --target)/lib/psi-plus
+ edo mv "${IMAGE}"/usr/$(exhost --target)/lib/psi "${IMAGE}"/usr/$(exhost --target)/lib/psi-plus
}
+