From 3d061fae0e46523711ecb2f8d2be66df42c73f14 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 14 Oct 2018 02:28:04 +0300 Subject: jdupes: changes requested by exherbo devs --- packages/app-misc/jdupes/jdupes-scm.exheres-0 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/app-misc/jdupes/jdupes-scm.exheres-0 b/packages/app-misc/jdupes/jdupes-scm.exheres-0 index 4b9d746..3851473 100644 --- a/packages/app-misc/jdupes/jdupes-scm.exheres-0 +++ b/packages/app-misc/jdupes/jdupes-scm.exheres-0 @@ -5,16 +5,15 @@ require github [ user=jbruchon ] DOWNLOADS="" SUMMARY="Identify/delete duplicate files residing within specified directories" -HOMEPAGE="https://github.com/jbruchon/jdupes" LICENCES="MIT" SLOT="0" PLATFORMS="~amd64 ~x86" RESTRICT="test" +#./test.sh +#make: ./test.sh: Command not found + + +DEFAULT_SRC_INSTALL_PARAMS=( + PREFIX=/usr/$(exhost --target) +) -src_install() { - default - edo cd "${IMAGE}" - nonfatal edo mkdir -p usr/$(exhost --target)/bin - edo mv usr/bin/* usr/$(exhost --target)/bin/ - edo rmdir usr/bin -} -- cgit v1.2.3