Skip to content

Commit

Permalink
fix: tar packaging / podman-restart service copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Apr 7, 2023
1 parent cbbf504 commit c909610
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 @@ -93,6 +93,7 @@ install:

tar: .podman-from-container
rm -f $(ASSET_DIR).tar.gz
mkdir -p $(ASSET_DIR)/usr/lib/systemd/system
cp -f conf/systemd/podman-restart.service $(ASSET_DIR)/usr/lib/systemd/system/podman-restart.service
tar -C $(ASSET_DIR)/.. -czvf $(ASSET_DIR).tar.gz $(ASSET_NAME)

Expand Down

0 comments on commit c909610

Please sign in to comment.