diff options
-rw-r--r-- | packages/app-misc/jdupes/jdupes-scm.exheres-0 | 15 |
1 files 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 -} |