You are not logged in.

#1 2022-01-18 03:32:12

silverhikari
Member
Registered: 2018-09-09
Posts: 15

getting install: ommiting directory when used in a pkgbuild?

i am working on a pkgbuild and one of the fields is "install -D -m 755 "${_output}"server "${pkgdir}/usr/lib/mozc/mozc_server""(_output is a shortcut for "${srcdir}/bazel-cache/f1b496bdad9cdb649e264cdd9915556c/execroot/mozc/bazel-out/k8-opt/bin/") but when used i get "install:ommiting directory "mozc-ut-united/src/bazel-cache/f1b496bdad9cdb649e264cdd9915556c/execroot/mozc/bazel-out/k8-opt/bin/server" i have changed the source so it uses both the direct and the shortcut but leads to the same result. i have no clue why this is happening. the full pkgbuild is located at https://paste.ee/p/5vMpY if that helps

Offline

#2 2022-01-18 04:17:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: getting install: ommiting directory when used in a pkgbuild?

install doesn't work on dirs, it's files only.

Offline

Board footer

Powered by FluxBB