Skip to content

Commit

Permalink
build: Create libexec directory when preparing the RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Nov 1, 2023
1 parent 6f1ee02 commit 423d649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ install: $(DIST_TEST) po/LINGUAS
cp -r firefox-theme $(DESTDIR)/usr/share/anaconda/
mkdir -p $(DESTDIR)/usr/share/metainfo/
cp org.cockpit-project.$(PACKAGE_NAME).metainfo.xml $(DESTDIR)/usr/share/metainfo/
mkdir -p $(DESTDIR)/usr/libexec
cp webui-desktop $(DESTDIR)/usr/libexec/
ln -sTfr $(DESTDIR)/usr/share/pixmaps/fedora-logo-sprite.svg $(DESTDIR)/usr/share/cockpit/$(PACKAGE_NAME)/logo.svg

Expand Down

0 comments on commit 423d649

Please sign in to comment.