Skip to content

Commit

Permalink
update automake for bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Tsai committed Oct 21, 2023
1 parent 0a2e2cb commit 5e2632c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ partclone_imgfuse_LDADD+=-ldl -lcrypto ${LDADD_static}
endif
endif


compconfdir=$(sysconfdir)/bash_completion.d
compconf_DATA = partclone-prompt

# Extra
install-exec-hook:
Expand Down Expand Up @@ -224,6 +225,7 @@ if ENABLE_VMFS
endif

uninstall-local:
$(RM) -f $(compconfdir)/bash_completion.d/partclone-prompt
if ENABLE_EXTFS
$(RM) -f $(sbindir)/partclone.ext4dev
$(RM) -f $(sbindir)/partclone.ext4
Expand All @@ -248,4 +250,5 @@ if ENABLE_VMFS
$(RM) -f $(sbindir)/partclone.VMFS_volume_member
endif


FORCE:
File renamed without changes.

0 comments on commit 5e2632c

Please sign in to comment.