Skip to content

Commit 0954807

Browse files
authored
Merge branch 'main' into dev
2 parents f93db90 + cc5ca50 commit 0954807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ all:
3737
srpm: sources
3838

3939
sources:
40-
tar czf ./smart-restart-$(VERSION).tar.gz --transform 's,^,smart-restart-$(VERSION)/,' bin conf Makefile smart-restart.spec doc/smart-restart.man1
40+
tar czf ./smart-restart-v$(VERSION).tar.gz --transform 's,^,smart-restart-v$(VERSION)/,' bin conf Makefile smart-restart.spec doc/smart-restart.man1
4141

4242
install:
4343
$(info Dest: $(DEST_DIR))

0 commit comments

Comments
 (0)