Skip to content

Commit b590c34

Browse files
committed
dont make rpm dir
1 parent a15189e commit b590c34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

oci.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ trap 'buildah rm $BOCI' ERR
1313
# Mount the filesystem
1414
MOCI=$(buildah mount $BOCI)
1515

16-
mkdir -p $MOCI/rpms
17-
1816
# Copy rpms from ./build/RPMS/fVER for each fVER
1917
for DIR in ./build/RPMS/f${FEDORA_VERSION}/*; do
2018
if [ ! -d "$DIR" ]; then

0 commit comments

Comments
 (0)