diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-14 02:28:04 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-14 02:28:04 +0300 |
commit | 3d061fae0e46523711ecb2f8d2be66df42c73f14 (patch) | |
tree | e332d38dbd140102d524c01b3ba35a384399ec54 | |
parent | a831f29b01d01fea60e20f2a469d6d2f5737b38f (diff) |
jdupes: changes requested by exherbo devs
-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 -} |