Commit 959bbf91 authored by Anton Midyukov's avatar Anton Midyukov

repo: fix build without sub/main

parent ac893154
#!/bin/sh -eu #!/bin/sh -eu
PREFIX=ALTLinux PREFIX=ALTLinux
[ -d "$WORKDIR/$PREFIX" ] || exit 0
cd "$WORKDIR/$PREFIX" cd "$WORKDIR/$PREFIX"
COMPS="$(find -mindepth 1 -maxdepth 1 -type d -name 'RPMS.*' -printf '%f\n' | COMPS="$(find -mindepth 1 -maxdepth 1 -type d -name 'RPMS.*' -printf '%f\n' |
......
#!/bin/sh -eu #!/bin/sh -eu
PREFIX=ALTLinux PREFIX=ALTLinux
[ -d "$WORKDIR/$PREFIX" ] || exit 0
cd "$WORKDIR/$PREFIX" cd "$WORKDIR/$PREFIX"
COMPS="$(find -mindepth 1 -maxdepth 1 -type d -name 'RPMS.*' -printf '%f\n' | COMPS="$(find -mindepth 1 -maxdepth 1 -type d -name 'RPMS.*' -printf '%f\n' |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment