Skip to content

Commit

Permalink
[llvm] Don't use arguments for popd. Contributes to JB#51009
Browse files Browse the repository at this point in the history
popd doesn't accept arguments.

Signed-off-by: Tomi Leppänen <tomi.leppanen@jolla.com>
  • Loading branch information
Tomin1 committed Oct 12, 2020
1 parent 6e4bc89 commit 0fb5987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/llvm.spec
Expand Up @@ -78,7 +78,7 @@ pushd build
-DLLVM_UTILS_INSTALL_DIR:PATH=%{_bindir}

%ninja_build
popd build
popd

%install
rm -rf %{buildroot}
Expand Down

0 comments on commit 0fb5987

Please sign in to comment.