Skip to content

Commit d588c28

Browse files
author
Byron Boulton
committed
Don't forget to uninstall python.py
Signed-off-by: Byron Boulton <bboulton@ara.com>
1 parent 5940a05 commit d588c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ifeq ($(versioning),y)
277277
endif
278278

279279
uninstall:
280-
rm -f $(foreach initscript,$(ALL_SHELLS),'$(DESTDIR)$(initdir)/$(initscript)')
280+
rm -f $(foreach initscript,$(ALL_SHELLS) python.py,'$(DESTDIR)$(initdir)/$(initscript)')
281281
ifeq ($(windowssupport),y)
282282
rm -f '$(DESTDIR)$(initdir)/cmd.cmd'
283283
endif

0 commit comments

Comments
 (0)