Skip to content

Commit

Permalink
[packaging] Fix syntax error in %autosetup
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaodan committed Oct 26, 2020
1 parent ccd1375 commit b6038e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/busybox.spec
Expand Up @@ -207,7 +207,7 @@ Obsoletes: psmisc < 22.13+git1
%{summary} as symlinks.

%prep
%autosetup -p1 -q -n %{name}-%{version}/upstream
%autosetup -p1 -n %{name}-%{version}/upstream

%build
# TODO: This config should be synced with the dynamic config at some point
Expand Down

0 comments on commit b6038e6

Please sign in to comment.