Skip to content

Commit

Permalink
Fix for missing directory for rpm/waptsetupgui.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
eblaudy committed May 26, 2020
1 parent f90dfbb commit 3f48a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waptsetupgui/rpm/waptsetupgui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Convenience package that ships with waptexit and waptself.
%install
%{__mkdir_p} %{buildroot}/opt/wapt
%{__mkdir_p} %{buildroot}/usr/share/applications
%{__mkdir_p} %{buildroot}/opt/wapt/icons
cp ../waptself.bin %{buildroot}/opt/wapt/
cp ../waptexit.bin %{buildroot}/opt/wapt/
cp ../../common/waptself.desktop %{buildroot}/usr/share/applications
Expand Down

0 comments on commit 3f48a93

Please sign in to comment.